Home
last modified time | relevance | path

Searched refs:GetMetadata (Results 1 – 25 of 45) sorted by relevance

12

/external/tensorflow/tensorflow/core/platform/cloud/
Dcompute_engine_metadata_client_test.cc22 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()
Dcompute_engine_metadata_client.h54 virtual Status GetMetadata(const string& path,
Dcompute_engine_metadata_client.cc36 Status ComputeEngineMetadataClient::GetMetadata( in GetMetadata() function in tensorflow::ComputeEngineMetadataClient
Dcompute_engine_zone_provider.cc36 TF_RETURN_IF_ERROR(google_metadata_client_->GetMetadata(kGceMetadataZonePath, in GetZone()
Dgoogle_auth_provider.cc233 TF_RETURN_IF_ERROR(compute_engine_metadata_client_->GetMetadata( in GetTokenFromGce()
/external/tensorflow/tensorflow/core/framework/
Dvariant_tensor_data.h62 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/
Dxrt_device.cc36 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/
Dwrappers.pb.h112 ::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;
Dmessage.h322 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor()
332 return GetMetadata().reflection; in GetReflection()
339 virtual Metadata GetMetadata() const = 0;
Dstruct.pb.h119 ::google::protobuf::Metadata GetMetadata() const;
221 ::google::protobuf::Metadata GetMetadata() const;
373 ::google::protobuf::Metadata GetMetadata() const;
Dwrappers.pb.cc542 ::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
Dempty.pb.h104 ::google::protobuf::Metadata GetMetadata() const;
Dduration.pb.h94 ::google::protobuf::Metadata GetMetadata() const;
Dtimestamp.pb.h104 ::google::protobuf::Metadata GetMetadata() const;
Ddescriptor.pb.h241 ::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 …]
Dsource_context.pb.h94 ::google::protobuf::Metadata GetMetadata() const;
Dfield_mask.pb.h94 ::google::protobuf::Metadata GetMetadata() const;
/external/grpc-grpc/src/cpp/client/
Dsecure_credentials.cc204 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()
Dsecure_credentials.h61 static int GetMetadata(
/external/tensorflow/tensorflow/compiler/jit/
Dxla_device.h91 static Status GetMetadata(OpKernelContext* ctx, const Metadata** metadata);
94 static Status GetMetadata(OpKernelConstruction* ctx,
Dxla_device.cc179 /* 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/
Drecord_reader.h103 Status GetMetadata(Metadata* md);
Drecord_reader.cc111 Status RecordReader::GetMetadata(Metadata* md) { in GetMetadata() function in tensorflow::io::RecordReader
/external/grpc-grpc/include/grpcpp/security/
Dcredentials.h215 virtual Status GetMetadata(
/external/protobuf/src/google/protobuf/compiler/
Dplugin.pb.h106 ::google::protobuf::Metadata GetMetadata() const;
230 ::google::protobuf::Metadata GetMetadata() const;
354 ::google::protobuf::Metadata GetMetadata() const;

12