Searched refs:proto_string (Results 1 – 3 of 3) sorted by relevance
82 Tensor* proto_string = nullptr; in Compute() local84 context->allocate_output(0, TensorShape({}), &proto_string)); in Compute()85 CHECK(SerializeToTString(proto, &proto_string->scalar<tstring>()())); in Compute()
45 string proto_string; in SetUp() local49 ReadFileToStringOrDie(Env::Default(), filename, &proto_string); in SetUp()50 protobuf::TextFormat::ParseFromString(proto_string, &graph_def_); in SetUp()
248 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)