HomeSort by relevance Sort by last modified time
    Searched refs:set_type_name (Results 1 - 20 of 20) sorted by null

  /external/tensorflow/tensorflow/core/framework/
variant_tensor_data.cc 47 proto->set_type_name(type_name());
56 set_type_name(proto.type_name());
variant_tensor_data.h 46 void set_type_name(const string& type_name) { type_name_ = type_name; } function in class:tensorflow::VariantTensorData
variant_encode_decode.h 223 data->set_type_name(TypeNameVariant(value));
235 data.set_type_name(TypeNameVariant(value));
variant_op_copy_test.cc 171 data.set_type_name(from.TypeName());
205 data.set_type_name(from.TypeName());
248 data.set_type_name(from.TypeName());
  /external/protobuf/src/google/protobuf/
descriptor_unittest.cc 556 ->set_type_name("TestEnum");
560 ->set_type_name("TestForeign");
564 ->set_type_name("TestForeign");
597 ->set_type_name("MapInt32Int32Entry");
    [all...]
descriptor.pb.h 4785 inline void FieldDescriptorProto::set_type_name(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
4790 inline void FieldDescriptorProto::set_type_name(const char* value) { function in class:google::protobuf::FieldDescriptorProto
4795 inline void FieldDescriptorProto::set_type_name(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
descriptor.cc     [all...]
descriptor.pb.cc 5076 void FieldDescriptorProto::set_type_name(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
5081 void FieldDescriptorProto::set_type_name(const char* value) { function in class:google::protobuf::FieldDescriptorProto
5086 void FieldDescriptorProto::set_type_name(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.cc 884 field->set_type_name(type_name);
    [all...]
parser_unittest.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_control_wrapper.cc 161 new_output_node_info.set_type_name(OUTPUT_OP_NAME);
graph_transferer.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/
list_kernels.cc 48 data->set_type_name(TypeName());
  /external/tensorflow/tensorflow/core/util/tensor_bundle/
tensor_bundle_test.cc 498 data->set_type_name(TypeName());
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3653 inline void FieldDescriptorProto::set_type_name(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
3660 inline void FieldDescriptorProto::set_type_name(const char* value) { function in class:google::protobuf::FieldDescriptorProto
3667 inline void FieldDescriptorProto::set_type_name(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3653 inline void FieldDescriptorProto::set_type_name(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
3660 inline void FieldDescriptorProto::set_type_name(const char* value) { function in class:google::protobuf::FieldDescriptorProto
3667 inline void FieldDescriptorProto::set_type_name(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3653 inline void FieldDescriptorProto::set_type_name(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
3660 inline void FieldDescriptorProto::set_type_name(const char* value) { function in class:google::protobuf::FieldDescriptorProto
3667 inline void FieldDescriptorProto::set_type_name(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4785 inline void FieldDescriptorProto::set_type_name(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
4790 inline void FieldDescriptorProto::set_type_name(const char* value) { function in class:google::protobuf::FieldDescriptorProto
4795 inline void FieldDescriptorProto::set_type_name(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 3653 inline void FieldDescriptorProto::set_type_name(const ::std::string& value) { function in class:google::protobuf::FieldDescriptorProto
3660 inline void FieldDescriptorProto::set_type_name(const char* value) { function in class:google::protobuf::FieldDescriptorProto
3667 inline void FieldDescriptorProto::set_type_name(const char* value, size_t size) { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /external/tensorflow/tensorflow/core/kernels/data/
iterator_ops.cc 386 data_->set_type_name(TypeName());
    [all...]

Completed in 204 milliseconds