Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsummary_tensor_op.cc60 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
99 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
H A Didentity_reader_op.cc50 SerializeToTString(base_state, state); in SerializeStateLocked()
H A Dparse_tensor_op.cc85 CHECK(SerializeToTString(proto, &proto_string->scalar<tstring>()())); in Compute()
H A Dsummary_audio_op.cc99 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
H A Dwhole_file_read_ops.cc67 SerializeToTString(base_state, state); in SerializeStateLocked()
H A Dsummary_image_op.cc109 CHECK(SerializeToTString(s, &summary_tensor->scalar<tstring>()())); in Compute()
H A Dexample_parsing_ops_test.cc129 CHECK(SerializeToTString(example, &string_t(b))); in AddExample()
H A Ddecode_proto_op.cc829 OP_REQUIRES(ctx, SerializeToTString(*message, binary_buf), in ReserializeMessage()
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dprotobuf.h90 inline bool SerializeToTString(const protobuf::MessageLite& proto, in SerializeToTString() function
/aosp_15_r20/external/tensorflow/tensorflow/c/kernels/
H A Dmerge_summary_op.cc98 CHECK(SerializeToTString(s, output_tstring)); in MergeSummaryOp_Compute()
H A Dsummary_op.cc109 CHECK(SerializeToTString(s, output_tstring)); in ScalarSummaryOp_Compute()
H A Dhistogram_summary_op.cc125 CHECK(SerializeToTString(s, output_tstring)); in HistogramSummaryOp_Compute()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/
H A Dtpu_compile_op_common.cc407 SerializeToTString(proto, &output.scalar<tstring>()()); in ComputeInternal()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xrt/kernels/
H A Dxrt_state_ops.h529 SerializeToTString(literal_proto, &output.scalar<tstring>()()); in Compute()