Searched refs:encoded_image_string (Results 1 – 16 of 16) sorted by relevance
64 ASSERT_FALSE(value->image().encoded_image_string().empty()) in CheckAndRemoveEncodedImages()70 value->image().encoded_image_string())); in CheckAndRemoveEncodedImages()
76 .image.encoded_image_string).eval()105 .image.encoded_image_string).eval()
7 …encoded_image_string: "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000\020\000\000\000\010\010\002…
7 …encoded_image_string: "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000\010\000\000\000\010\010\002…
7 …encoded_image_string: "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000 \000\000\000 \010\002\000\0…
7 …encoded_image_string: "GIF89a\020\000\020\000\207\000\000\377\377\377\376\376\376\375\375\375\374\…
24 name: "encoded_image_string"
33 name: "encoded_image_string"
932 const std::string& encoded_image_string() const; in Swap()937 void set_allocated_encoded_image_string(std::string* encoded_image_string); in Swap()2255 inline const std::string& Summary_Image::encoded_image_string() const { in encoded_image_string() function2286 inline void Summary_Image::set_allocated_encoded_image_string(std::string* encoded_image_string) { in set_allocated_encoded_image_string() argument2287 _impl_.encoded_image_string_.SetAllocated(encoded_image_string, GetArenaForAllocation()); in set_allocated_encoded_image_string()
637 encoded_image_string=image_string,691 height=h, width=w, colorspace=c, encoded_image_string=tensor_string
104 bytes encoded_image_string = 4; field
494 actual_img = Image.open(io.BytesIO(actual.image.encoded_image_string))495 expected_img = Image.open(io.BytesIO(expected.image.encoded_image_string))