/external/tensorflow/tensorflow/core/platform/cloud/ |
D | compute_engine_metadata_client_test.cc | 22 TEST(ComputeEngineMetadataClientTest, GetMetadata) { in TEST() argument 38 client.GetMetadata("instance/service-accounts/default/token", &result)); in TEST() 65 client.GetMetadata("instance/service-accounts/default/token", &result)); in TEST()
|
D | compute_engine_metadata_client.h | 54 virtual Status GetMetadata(const string& path,
|
D | compute_engine_metadata_client.cc | 36 Status ComputeEngineMetadataClient::GetMetadata( in GetMetadata() function in tensorflow::ComputeEngineMetadataClient
|
D | compute_engine_zone_provider.cc | 36 TF_RETURN_IF_ERROR(google_metadata_client_->GetMetadata(kGceMetadataZonePath, in GetZone()
|
D | google_auth_provider.cc | 233 TF_RETURN_IF_ERROR(compute_engine_metadata_client_->GetMetadata( in GetTokenFromGce()
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_tensor_data.h | 62 return GetMetadata<T>(value, PODResolver<T>()); in get_metadata() 101 bool GetMetadata(string* value, PODResolver<T, false /* is_pod */>) const { in GetMetadata() function 112 bool GetMetadata(T* value, PODResolver<T, true /* is_pod */>) const { in GetMetadata() function
|
/external/tensorflow/tensorflow/compiler/xrt/ |
D | xrt_device.cc | 36 TF_RETURN_IF_ERROR(XlaDevice::GetMetadata(ctx, &metadata)); in InitScopedRef() 49 TF_RETURN_IF_ERROR(XlaDevice::GetMetadata(ctx, &metadata)); in InitScopedRef()
|
/external/protobuf/src/google/protobuf/ |
D | wrappers.pb.h | 112 ::google::protobuf::Metadata GetMetadata() const; 203 ::google::protobuf::Metadata GetMetadata() const; 294 ::google::protobuf::Metadata GetMetadata() const; 385 ::google::protobuf::Metadata GetMetadata() const; 476 ::google::protobuf::Metadata GetMetadata() const; 567 ::google::protobuf::Metadata GetMetadata() const; 658 ::google::protobuf::Metadata GetMetadata() const; 749 ::google::protobuf::Metadata GetMetadata() const; 848 ::google::protobuf::Metadata GetMetadata() const;
|
D | message.h | 322 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor() 332 return GetMetadata().reflection; in GetReflection() 339 virtual Metadata GetMetadata() const = 0;
|
D | struct.pb.h | 119 ::google::protobuf::Metadata GetMetadata() const; 221 ::google::protobuf::Metadata GetMetadata() const; 373 ::google::protobuf::Metadata GetMetadata() const;
|
D | wrappers.pb.cc | 542 ::google::protobuf::Metadata DoubleValue::GetMetadata() const { in GetMetadata() function in google::protobuf::DoubleValue 800 ::google::protobuf::Metadata FloatValue::GetMetadata() const { in GetMetadata() function in google::protobuf::FloatValue 1060 ::google::protobuf::Metadata Int64Value::GetMetadata() const { in GetMetadata() function in google::protobuf::Int64Value 1320 ::google::protobuf::Metadata UInt64Value::GetMetadata() const { in GetMetadata() function in google::protobuf::UInt64Value 1580 ::google::protobuf::Metadata Int32Value::GetMetadata() const { in GetMetadata() function in google::protobuf::Int32Value 1840 ::google::protobuf::Metadata UInt32Value::GetMetadata() const { in GetMetadata() function in google::protobuf::UInt32Value 2098 ::google::protobuf::Metadata BoolValue::GetMetadata() const { in GetMetadata() function in google::protobuf::BoolValue 2373 ::google::protobuf::Metadata StringValue::GetMetadata() const { in GetMetadata() function in google::protobuf::StringValue 2688 ::google::protobuf::Metadata BytesValue::GetMetadata() const { in GetMetadata() function in google::protobuf::BytesValue
|
D | empty.pb.h | 104 ::google::protobuf::Metadata GetMetadata() const;
|
D | duration.pb.h | 94 ::google::protobuf::Metadata GetMetadata() const;
|
D | timestamp.pb.h | 104 ::google::protobuf::Metadata GetMetadata() const;
|
D | descriptor.pb.h | 241 ::google::protobuf::Metadata GetMetadata() const; 333 ::google::protobuf::Metadata GetMetadata() const; 576 ::google::protobuf::Metadata GetMetadata() const; 675 ::google::protobuf::Metadata GetMetadata() const; 774 ::google::protobuf::Metadata GetMetadata() const; 991 ::google::protobuf::Metadata GetMetadata() const; 1283 ::google::protobuf::Metadata GetMetadata() const; 1377 ::google::protobuf::Metadata GetMetadata() const; 1496 ::google::protobuf::Metadata GetMetadata() const; 1612 ::google::protobuf::Metadata GetMetadata() const; [all …]
|
D | source_context.pb.h | 94 ::google::protobuf::Metadata GetMetadata() const;
|
D | field_mask.pb.h | 94 ::google::protobuf::Metadata GetMetadata() const;
|
/external/grpc-grpc/src/cpp/client/ |
D | secure_credentials.cc | 204 int MetadataCredentialsPluginWrapper::GetMetadata( in GetMetadata() function in grpc::MetadataCredentialsPluginWrapper 255 Status status = plugin_->GetMetadata(context.service_url, context.method_name, in InvokePlugin() 304 MetadataCredentialsPluginWrapper::GetMetadata, in MetadataCredentialsFromPlugin()
|
D | secure_credentials.h | 61 static int GetMetadata(
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_device.h | 91 static Status GetMetadata(OpKernelContext* ctx, const Metadata** metadata); 94 static Status GetMetadata(OpKernelConstruction* ctx,
|
D | xla_device.cc | 179 /* static */ Status XlaDevice::GetMetadata(OpKernelContext* ctx, in GetMetadata() function in tensorflow::XlaDevice 184 /* static */ Status XlaDevice::GetMetadata(OpKernelConstruction* ctx, in GetMetadata() function in tensorflow::XlaDevice
|
/external/tensorflow/tensorflow/core/lib/io/ |
D | record_reader.h | 103 Status GetMetadata(Metadata* md);
|
D | record_reader.cc | 111 Status RecordReader::GetMetadata(Metadata* md) { in GetMetadata() function in tensorflow::io::RecordReader
|
/external/grpc-grpc/include/grpcpp/security/ |
D | credentials.h | 215 virtual Status GetMetadata(
|
/external/protobuf/src/google/protobuf/compiler/ |
D | plugin.pb.h | 106 ::google::protobuf::Metadata GetMetadata() const; 230 ::google::protobuf::Metadata GetMetadata() const; 354 ::google::protobuf::Metadata GetMetadata() const;
|