Searched refs:resource_names (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | lift_variables.cc | 68 const SmallSet<StringRef, 4>& resource_names) { in LiftVariablesFromSession() argument 76 variable_names.reserve(resource_names.size()); in LiftVariablesFromSession() 77 for (StringRef name : resource_names) variable_names.push_back(name.str()); in LiftVariablesFromSession() 127 for (const auto iter : llvm::zip(resource_names, tensors)) { in LiftVariablesFromSession() 155 SmallSet<StringRef, 4> resource_names; in LiftVariables() local 170 resource_names.insert(flat_symbol_ref_attr.getValue()); in LiftVariables() 177 if (resource_names.empty()) return success(); in LiftVariables() 179 if (failed(LiftVariablesFromSession(module, session, resource_names))) in LiftVariables()
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/v3/ |
D | discovery.proto | 59 // returned. LDS/CDS may have empty resource_names, which will cause all 62 // which will be explicitly enumerated in resource_names. 63 repeated string resource_names = 3; field
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/xds/ |
D | xds_client.cc | 800 std::set<absl::string_view> resource_names = in SendMessageLocked() local 803 chand()->server_, type_url, resource_names, in SendMessageLocked() 818 absl::StrJoin(resource_names, " ").c_str()); in SendMessageLocked() 1278 std::set<absl::string_view> resource_names; in ResourceNamesForRequest() local 1282 resource_names.insert(p.first); in ResourceNamesForRequest() 1287 return resource_names; in ResourceNamesForRequest()
|
D | xds_api.h | 419 const std::set<absl::string_view>& resource_names,
|
D | xds_api.cc | 951 const std::set<absl::string_view>& resource_names, in CreateAdsRequest() argument 1001 for (const auto& resource_name : resource_names) { in CreateAdsRequest()
|
/external/rust/crates/grpcio-sys/grpc/src/proto/grpc/testing/xds/ |
D | eds_for_test.proto | 145 // returned. LDS/CDS expect empty resource_names, since this is global 148 // explicitly enumerated in resource_names. 149 repeated string resource_names = 3; field 447 // The resource_names field in DiscoveryRequest specifies a list of clusters
|