Home
last modified time | relevance | path

Searched refs:proto_string (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dparse_tensor_op.cc82 Tensor* proto_string = nullptr; in Compute() local
84 context->allocate_output(0, TensorShape({}), &proto_string)); in Compute()
85 CHECK(SerializeToTString(proto, &proto_string->scalar<tstring>()())); in Compute()
/external/tensorflow/tensorflow/core/example/
Dexample_parser_configuration_test.cc45 string proto_string; in SetUp() local
49 ReadFileToStringOrDie(Env::Default(), filename, &proto_string); in SetUp()
50 protobuf::TextFormat::ParseFromString(proto_string, &graph_def_); in SetUp()
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_reader.py248 proto_string = self._get_reader(self._source_files_path).read(offset)[0]
249 return debug_event_pb2.DebugEvent.FromString(proto_string)
284 proto_string = self._get_reader(self._execution_path).read(offset)[0]
285 return debug_event_pb2.DebugEvent.FromString(proto_string)
310 proto_string = self._get_reader(graph_execution_traces_path).read(
312 return debug_event_pb2.DebugEvent.FromString(proto_string)