Home
last modified time | relevance | path

Searched defs:node_ids (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/checkpoint/
H A Dsave_util_v1.py96 node_ids, object_names, object_map, argument
120 unmapped_registered_savers, object_graph_proto, node_ids, object_map): argument
135 checkpoint_factory_map, object_graph_proto, node_ids, object_map, argument
233 node_ids, argument
H A Dutil.py25 def serialize_slot_variables(trackable_objects, node_ids, object_names): argument
/aosp_15_r20/external/google-fruit/include/fruit/impl/data_structures/
H A Dsemistatic_graph.templates.h87 …HashSetWithArenaAllocator<NodeId> node_ids = createHashSetWithArenaAllocator<NodeId>(last - first,… in SemistaticGraph() local
154 node_ids_t node_ids = node_ids_t(ArenaAllocator<node_ids_elem_t>(memory_pool)); in SemistaticGraph() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Dserialization.cc297 const TfLiteIntArray* node_ids) { in SaveDelegatedNodes()
308 TfLiteIntArray** node_ids) { in GetDelegatedNodes()
/aosp_15_r20/external/libchrome/base/containers/
H A Dlinked_list_unittest.cc50 int num_nodes, const int* node_ids, bool forward) { in ExpectListContentsForDirection()
65 const int* node_ids) { in ExpectListContents()
/aosp_15_r20/external/googleapis/google/cloud/memcache/v1beta2/
H A Dcloud_memcache.proto554 repeated string node_ids = 2; field
593 repeated string node_ids = 2; field
/aosp_15_r20/external/google-cloud-java/java-memcache/proto-google-cloud-memcache-v1beta2/src/main/proto/google/cloud/memcache/v1beta2/
H A Dcloud_memcache.proto554 repeated string node_ids = 2; field
593 repeated string node_ids = 2; field
/aosp_15_r20/external/cronet/base/containers/
H A Dlinked_list_unittest.cc51 int num_nodes, const int* node_ids, bool forward) { in ExpectListContentsForDirection()
66 const int* node_ids) { in ExpectListContents()
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dfunction_serialization.py55 def serialize_concrete_function(concrete_function, node_ids): argument
/aosp_15_r20/external/ComputeLibrary/src/graph/mutators/
H A DNodeExecutionMethodMutator.cpp51 const std::vector<NodeID> &node_ids = g.nodes(node_type); in set_default_on_invalid_method() local
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/algo/
Dmin_spanning_tree.rs61 node_ids: Option<G::NodeReferences>, field
/aosp_15_r20/external/googleapis/google/cloud/memcache/v1/
H A Dcloud_memcache.proto535 repeated string node_ids = 2; field
/aosp_15_r20/external/google-cloud-java/java-memcache/proto-google-cloud-memcache-v1/src/main/proto/google/cloud/memcache/v1/
H A Dcloud_memcache.proto535 repeated string node_ids = 2; field
/aosp_15_r20/external/rust/android-crates-io/crates/petgraph/src/
Dmatrix_graph.rs1599 let node_ids = g.node_identifiers().into_sorted_vec(); in test_node_identifiers() localVariable