Home
last modified time | relevance | path

Searched defs:node_id (Results 1 – 25 of 290) sorted by relevance

12345678910>>...12

/aosp_15_r20/external/android_onboarding/java/com/android/onboarding/nodes/
H A Donboarding_nodes.proto34 optional int64 node_id = 2; field
42 optional int64 node_id = 2; field
49 optional int64 node_id = 1; field
56 optional int64 node_id = 1; field
64 optional int64 node_id = 1; field
72 optional int64 node_id = 1; field
79 optional int64 node_id = 1; field
86 optional int64 node_id = 1; field
93 optional int64 node_id = 1; field
101 optional int64 node_id = 2; field
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/distributed/
H A Dclient_server_test.cc51 int node_id, bool use_coordination_service, in GetClient()
126 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
269 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
302 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
352 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
396 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
448 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
484 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
514 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
545 auto thread_fn = [&](int node_id) -> xla::Status { in TEST_P()
[all …]
H A Dservice.cc110 xla::Status DistributedRuntimeServiceImpl::ValidateNodeId(int node_id) { in ValidateNodeId()
148 int node_id = request->node_id(); in Connect() local
224 int node_id = request->node_id(); in Shutdown() local
268 int node_id = request->local_topology().node_id(); in EnumerateDevices() local
323 int node_id = request->node_id(); in Heartbeat() local
422 int node_id = request->node_id(); in WaitAtBarrier() local
H A Dprotocol.proto48 int32 node_id = 1; field
63 int32 node_id = 3; field
104 int32 node_id = 3; field
112 int32 node_id = 2; field
118 int32 node_id = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/saving/saved_model/
H A Dload.py308 def _add_children_recreated_from_config(self, obj, proto, node_id): argument
412 def _load_layer(self, node_id, identifier, metadata): argument
445 def _revive_from_config(self, identifier, metadata, node_id): argument
462 def _revive_graph_network(self, identifier, metadata, node_id): argument
502 def _revive_layer_or_model_from_config(self, metadata, node_id): argument
579 def _try_build_layer(self, obj, node_id, build_input_shape): argument
601 def get_path(self, node_id): argument
715 def _get_child_layer_node_ids(self, node_id): argument
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/
H A Dload.py278 def _find_node_child(self, node_id, child_name, path): argument
339 def _add_object_graph_edges(self, proto, node_id): argument
575 def get(self, node_id): argument
580 def _recreate(self, proto, node_id, nodes): argument
617 def _recreate_default(self, proto, node_id, deps): argument
636 def _recreate_user_object(self, proto, node_id): argument
643 def _recreate_base_user_object(self, proto=None, node_id=None): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dgraph_transfer_info.proto14 int32 node_id = 1; field
19 int32 node_id = 2; field
28 int32 node_id = 2; field
34 int32 node_id = 1; field
38 int32 node_id = 1; field
/aosp_15_r20/external/autotest/client/cros/audio/
H A Dcras_utils.py214 def set_node_volume(node_id, volume): argument
570 def set_active_input_node(node_id): argument
579 def set_active_output_node(node_id): argument
588 def add_active_output_node(node_id): argument
597 def add_active_input_node(node_id): argument
606 def remove_active_output_node(node_id): argument
615 def remove_active_input_node(node_id): argument
646 def get_device_id_of(node_id): argument
/aosp_15_r20/external/trusty/arm-trusted-firmware/drivers/arm/ccn/
Dccn.c120 unsigned int mn_reg_off, node_id; in ccn_get_rn_master_info() local
197 unsigned int node_id; in ccn_validate_plat_params() local
229 unsigned int node_id, iface_id; in ccn_master_to_rn_id_map() local
500 unsigned int node_id) in get_region_id_for_node()
574 void ccn_write_node_reg(node_types_t node_type, unsigned int node_id, in ccn_write_node_reg()
600 unsigned int node_id, in ccn_read_node_reg()
/aosp_15_r20/external/arm-trusted-firmware/drivers/arm/ccn/
H A Dccn.c120 unsigned int mn_reg_off, node_id; in ccn_get_rn_master_info() local
197 unsigned int node_id; in ccn_validate_plat_params() local
229 unsigned int node_id, iface_id; in ccn_master_to_rn_id_map() local
500 unsigned int node_id) in get_region_id_for_node()
574 void ccn_write_node_reg(node_types_t node_type, unsigned int node_id, in ccn_write_node_reg()
600 unsigned int node_id, in ccn_read_node_reg()
/aosp_15_r20/external/marisa-trie/lib/marisa/grimoire/trie/
H A Dlouds-trie.cc270 std::size_t node_id = 0; in build_() local
312 std::size_t node_id = 0; in build_trie() local
346 const std::size_t node_id = link_flags_.size() - queue.size(); in build_current_trie() local
523 const std::size_t node_id = cache_[i].child(); in fill_cache() local
853 std::size_t LoudsTrie::get_cache_id(std::size_t node_id, char label) const { in get_cache_id()
865 std::size_t LoudsTrie::get_link(std::size_t node_id, in get_link()
H A Dhistory.h16 void set_node_id(std::size_t node_id) { in set_node_id()
37 std::size_t node_id() const { in node_id() function
H A Dstate.h27 void set_node_id(std::size_t node_id) { in set_node_id()
43 std::size_t node_id() const { in node_id() function
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/saved_model/core/revived_types/
H A Dpartially_revived_objects.cc58 int node_id = id_and_resource.first; in AssertAllCreateResourceFunctionsHaveNoCaptures() local
80 Status TensorHandleFromNode(int node_id, const SavedObjectGraph& obj_graph, in TensorHandleFromNode()
360 int node_id = id_and_func.first; in InitializeAllFunctions() local
377 int node_id = id_and_func.first; in InitializeAllFunctions() local
434 int node_id = id_and_resource.first; in BuildResources() local
H A Drevived_objects.h53 void Insert(std::unique_ptr<T> object, int node_id) { in Insert()
60 T* Find(int node_id) { in Find()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/
H A Dutils.cc135 for (int node_id : TfLiteIntArrayView(original_execution_plan_)) { in PrepareSupportedNodes() local
176 for (int node_id : TfLiteIntArrayView(original_execution_plan_)) { in GetNodesOfFirstNLargestPartitionsImpl() local
202 int node_id, std::string* unsupported_details) { in IsNodeSupported()
244 for (int node_id : nodes) { in RemapFp16InputTensors() local
/aosp_15_r20/packages/modules/Bluetooth/floss/pandora/floss/
Dcras_utils.py213 def set_node_volume(node_id, volume): argument
455 def set_active_output_node(node_id): argument
464 def add_active_output_node(node_id): argument
473 def remove_active_output_node(node_id): argument
505 def get_device_id_of(node_id): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dop_builder.h44 int node_id = -1; member
83 void SetNodeId(int node_id) { op_node_.node_id = node_id; } in SetNodeId()
341 int GetOpTypeId(int node_id) { in GetOpTypeId()
348 int GetTFLiteNodeID(int node_id) const { in GetTFLiteNodeID()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsimple_memory_arena_debug_dump.cc65 int node_id; member
88 void Add(int node_id, size_t total_bytes, in Add()
173 const int node_id = execution_plan[i]; in DumpArenaInfo() local
/aosp_15_r20/device/linaro/dragonboard/shared/utils/qrtr/src/
Dns.c88 static struct node *node_get(unsigned int node_id) in node_get()
247 unsigned int node_id, unsigned int port) in server_add()
381 unsigned node_id, unsigned port) in ctrl_cmd_del_client()
446 unsigned int node_id, unsigned int port) in ctrl_cmd_new_server()
486 unsigned int node_id, unsigned int port) in ctrl_cmd_del_server()
/aosp_15_r20/system/extras/profcollectd/libprofcollectd/
H A Dconfig.rs56 pub node_id: MacAddr6, field
100 let mut node_id = get_property(PROFCOLLECT_NODE_ID_PROPERTY, MacAddr6::nil())?; in get_or_initialise_node_id() localVariable
150 let mut node_id = rand::thread_rng().gen::<[u8; 6]>(); in generate_random_node_id() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dgpu_device.cc339 std::shared_ptr<DistributedRuntimeClient> distributed_client, int node_id, in BuildDistributedDevices()
407 int node_id) in GpuDevice()
424 std::shared_ptr<DistributedRuntimeClient> distributed_client, int node_id, in GetGpuClient()
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/getcpu/
H A Dgetcpu01.c74 int node_id = 0; in get_nodeid() local
113 unsigned int cpu_id, node_id = 0; in run() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dcolocation_graph.h244 int FindAndUpdateRoot(int node_id) { in FindAndUpdateRoot()
371 int FindRoot(int node_id) const { in FindRoot()
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/source/opt/
Ddominator_analysis.h73 inline BasicBlock* ImmediateDominator(uint32_t node_id) const { in ImmediateDominator()
84 inline bool IsReachable(uint32_t node_id) const { in IsReachable()

12345678910>>...12