Home
last modified time | relevance | path

Searched refs:encoded_image_string (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsummary_image_op_test.cc64 ASSERT_FALSE(value->image().encoded_image_string().empty()) in CheckAndRemoveEncodedImages()
70 value->image().encoded_image_string())); in CheckAndRemoveEncodedImages()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/summary_ops/
H A Dsummary_v1_image_op_test.py76 .image.encoded_image_string).eval()
105 .image.encoded_image_string).eval()
/aosp_15_r20/external/pytorch/test/expect/
H A DTestTensorBoard.test_image_with_one_channel_batched.expect7encoded_image_string: "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000\020\000\000\000\010\010\002…
H A DTestTensorBoard.test_image_with_3_channel_batched.expect7encoded_image_string: "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000\020\000\000\000\010\010\002…
H A DTestTensorBoard.test_image_with_one_channel.expect7encoded_image_string: "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000\010\000\000\000\010\010\002…
H A DTestTensorBoard.test_image_without_channel.expect7encoded_image_string: "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000\010\000\000\000\010\010\002…
H A DTestTensorBoard.test_image_with_boxes.expect7encoded_image_string: "\211PNG\r\n\032\n\000\000\000\rIHDR\000\000\000 \000\000\000 \010\002\000\0…
H A DTestTensorBoard.test_video.expect7encoded_image_string: "GIF89a\020\000\020\000\207\000\000\377\377\377\376\376\376\375\375\375\374\…
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.summary.-summary.-image.pbtxt24 name: "encoded_image_string"
H A Dtensorflow.-summary.-image.pbtxt24 name: "encoded_image_string"
H A Dtensorflow.-summary.pbtxt33 name: "encoded_image_string"
H A Dtensorflow.summary.-summary.pbtxt33 name: "encoded_image_string"
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dsummary.pb.h932 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() function
2286 inline void Summary_Image::set_allocated_encoded_image_string(std::string* encoded_image_string) { in set_allocated_encoded_image_string() argument
2287 _impl_.encoded_image_string_.SetAllocated(encoded_image_string, GetArenaForAllocation()); in set_allocated_encoded_image_string()
/aosp_15_r20/external/pytorch/torch/utils/tensorboard/
H A Dsummary.py637 encoded_image_string=image_string,
691 height=h, width=w, colorspace=c, encoded_image_string=tensor_string
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dsummary.proto104 bytes encoded_image_string = 4; field
/aosp_15_r20/external/pytorch/test/
H A Dtest_tensorboard.py494 actual_img = Image.open(io.BytesIO(actual.image.encoded_image_string))
495 expected_img = Image.open(io.BytesIO(expected.image.encoded_image_string))