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

  /external/tensorflow/tensorflow/core/framework/
variant_encode_decode.h 122 struct has_type_name : std::false_type {}; struct in namespace:tensorflow
125 struct has_type_name< struct in namespace:tensorflow
130 template <typename T, bool = has_type_name<typename std::decay<T>::type>::value,
139 TypeNameResolver<T, true /* has_type_name */>) {
146 TypeNameResolver<T, false /* has_type_name */, true /* Tensor */>) {
152 const T& value, TypeNameResolver<T, false /* has_type_name */,
160 TypeNameResolver<T, false /* has_type_name */, false /* Tensor */,
  /external/protobuf/src/google/protobuf/
descriptor.pb.cc 5059 bool FieldDescriptorProto::has_type_name() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
descriptor.pb.h 4768 inline bool FieldDescriptorProto::has_type_name() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3635 inline bool FieldDescriptorProto::has_type_name() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3635 inline bool FieldDescriptorProto::has_type_name() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/
descriptor.pb.h 3635 inline bool FieldDescriptorProto::has_type_name() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 4768 inline bool FieldDescriptorProto::has_type_name() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/
descriptor.pb.h 3635 inline bool FieldDescriptorProto::has_type_name() const { function in class:google::protobuf::FieldDescriptorProto
    [all...]

Completed in 533 milliseconds