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

  /external/tensorflow/tensorflow/core/util/
device_name_utils.h 57 has_type = false;
72 (has_type ? (other.has_type && type == other.type)
73 : !other.has_type) &&
83 bool has_type = false; member in struct:tensorflow::DeviceNameUtils::ParsedName
98 return name.has_job || name.has_replica || name.has_task || name.has_type ||
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 5034 bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
descriptor.pb.h 4743 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3612 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3612 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3612 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4743 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 3612 inline bool FieldDescriptorProto::has_type() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]

Completed in 362 milliseconds