Home
last modified time | relevance | path

Searched defs:resource_names (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlift_variables.cc68 const SmallSet<StringRef, 4>& resource_names) { in LiftVariablesFromSession()
155 SmallSet<StringRef, 4> resource_names; in LiftVariables() local
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/
Ddiscovery.proto63 repeated string resource_names = 3; field
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/
Deds_for_test.proto149 repeated string resource_names = 3; field
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/
Dxds_client.cc800 std::set<absl::string_view> resource_names = in SendMessageLocked() local
1278 std::set<absl::string_view> resource_names; in ResourceNamesForRequest() local
Dxds_api.cc951 const std::set<absl::string_view>& resource_names, in CreateAdsRequest()