Searched refs:SerializeToTString (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | summary_op.cc | 61 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute() 110 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute() 167 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
|
D | summary_tensor_op.cc | 56 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute() 95 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
|
D | identity_reader_op.cc | 50 SerializeToTString(base_state, state); in SerializeStateLocked()
|
D | parse_tensor_op.cc | 85 CHECK(SerializeToTString(proto, &proto_string->scalar<tstring>()())); in Compute()
|
D | summary_audio_op.cc | 95 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
|
D | whole_file_read_ops.cc | 67 SerializeToTString(base_state, state); in SerializeStateLocked()
|
D | summary_image_op.cc | 109 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
|
D | example_parsing_ops_test.cc | 128 CHECK(SerializeToTString(example, &string_t(b))); in AddExample()
|
D | decode_proto_op.cc | 829 OP_REQUIRES(ctx, SerializeToTString(*message, binary_buf), in ReserializeMessage()
|
/external/tensorflow/tensorflow/core/platform/ |
D | protobuf.h | 86 inline bool SerializeToTString(const protobuf::MessageLite& proto, in SerializeToTString() function
|
/external/tensorflow/tensorflow/compiler/xrt/kernels/ |
D | xrt_state_ops.h | 526 SerializeToTString(literal_proto, &output.scalar<tstring>()()); in Compute()
|