Home
last modified time | relevance | path

Searched refs:SerializeToTString (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsummary_op.cc61 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()
Dsummary_tensor_op.cc56 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
95 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
Didentity_reader_op.cc50 SerializeToTString(base_state, state); in SerializeStateLocked()
Dparse_tensor_op.cc85 CHECK(SerializeToTString(proto, &proto_string->scalar<tstring>()())); in Compute()
Dsummary_audio_op.cc95 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
Dwhole_file_read_ops.cc67 SerializeToTString(base_state, state); in SerializeStateLocked()
Dsummary_image_op.cc109 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
Dexample_parsing_ops_test.cc128 CHECK(SerializeToTString(example, &string_t(b))); in AddExample()
Ddecode_proto_op.cc829 OP_REQUIRES(ctx, SerializeToTString(*message, binary_buf), in ReserializeMessage()
/external/tensorflow/tensorflow/core/platform/
Dprotobuf.h86 inline bool SerializeToTString(const protobuf::MessageLite& proto, in SerializeToTString() function
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dxrt_state_ops.h526 SerializeToTString(literal_proto, &output.scalar<tstring>()()); in Compute()