HomeSort by relevance Sort by last modified time
    Searched defs:proto_string (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
parse_tensor_op.cc 82 Tensor* proto_string = nullptr; variable
84 context->allocate_output(0, TensorShape({}), &proto_string));
85 CHECK(proto.SerializeToString(&proto_string->scalar<string>()()));
  /external/tensorflow/tensorflow/core/example/
example_parser_configuration_test.cc 45 string proto_string; variable
49 ReadFileToStringOrDie(Env::Default(), filename, &proto_string); variable
50 protobuf::TextFormat::ParseFromString(proto_string, &graph_def_);

Completed in 77 milliseconds