| /external/tensorflow/tensorflow/core/framework/ |
| D | graph_transfer_info.proto | 12 int32 node_id = 1; field 17 int32 node_id = 2; field 26 int32 node_id = 2; field 32 int32 node_id = 1; field 36 int32 node_id = 1; field
|
| /external/autotest/client/cros/audio/ |
| D | cras_utils.py | 181 def set_node_volume(node_id, volume): argument 530 def set_active_input_node(node_id): argument 539 def set_active_output_node(node_id): argument 548 def add_active_output_node(node_id): argument 557 def add_active_input_node(node_id): argument 566 def remove_active_output_node(node_id): argument 575 def remove_active_input_node(node_id): argument 606 def get_device_id_of(node_id): argument
|
| /external/adhd/cras/src/tools/cras_monitor/ |
| D | cras_monitor.c | 67 size_t num_nodes, cras_node_id_t node_id) in node_array_index_of_node_id() 83 cras_node_id_t node_id) in node_name_for_node_id() 131 cras_node_id_t node_id) in active_node_changed() 139 static void output_node_volume_changed(void *context, cras_node_id_t node_id, in output_node_volume_changed() 150 cras_node_id_t node_id, int swapped) in node_left_right_swapped_changed() 159 static void input_node_gain_changed(void *context, cras_node_id_t node_id, in input_node_gain_changed()
|
| /external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
| D | load.py | 202 def _recreate(self, proto, node_id): argument 216 def _add_children_recreated_from_config(self, obj, proto, node_id): argument 256 def _load_layer(self, proto, node_id): argument 273 def _revive_from_config(self, metadata, node_id): argument 286 def _revive_graph_network(self, metadata, node_id): argument 317 def _revive_layer_from_config(self, metadata, node_id): argument 455 def _get_child_layer_node_ids(self, node_id, name): argument 463 def _search_for_child_node(self, node_id, child_name, debugging_name): argument
|
| /external/arm-trusted-firmware/drivers/arm/ccn/ |
| D | ccn.c | 121 unsigned int mn_reg_off, node_id; in ccn_get_rn_master_info() local 198 unsigned int node_id; in ccn_validate_plat_params() local 230 unsigned int node_id, iface_id; in ccn_master_to_rn_id_map() local 501 unsigned int node_id) in get_region_id_for_node() 575 void ccn_write_node_reg(node_types_t node_type, unsigned int node_id, in ccn_write_node_reg() 601 unsigned int node_id, in ccn_read_node_reg()
|
| /external/tensorflow/tensorflow/core/common_runtime/gpu/ |
| D | gpu_stream_util.cc | 55 const int node_id = n->id(); in AssignStreams() local 79 const int node_id = n->id(); in AssignStreams() local
|
| /external/tensorflow/tensorflow/python/saved_model/ |
| D | load.py | 147 def _add_object_graph_edges(self, proto, node_id): argument 225 def _get_tensor_from_node(self, node_id): argument 345 def get(self, node_id): argument 348 def _recreate(self, proto, node_id): argument 367 def _recreate_user_object(self, proto, node_id): argument 374 def _recreate_base_user_object(self, proto, node_id): argument
|
| /external/adhd/cras/src/tests/ |
| D | observer_unittest.cc | 146 cras_node_id_t node_id) { in cb_active_node_changed() 155 cras_node_id_t node_id, in cb_output_node_volume_changed() 165 cras_node_id_t node_id, in cb_node_left_right_swapped_changed() 175 cras_node_id_t node_id, in cb_input_node_gain_changed() 428 const cras_node_id_t node_id = 0x0001000100020002; in TEST_F() local 453 const cras_node_id_t node_id = 0x0001000100020002; in TEST_F() local 480 const cras_node_id_t node_id = 0x0001000100020002; in TEST_F() local 507 const cras_node_id_t node_id = 0x0001000100020002; in TEST_F() local
|
| /external/adhd/cras/src/server/ |
| D | cras_control_rclient.c | 64 cras_node_id_t node_id) in handle_get_hotword_models() 143 cras_node_id_t node_id) in send_active_node_changed() 153 cras_node_id_t node_id, in send_output_node_volume_changed() 164 cras_node_id_t node_id, in send_node_left_right_swapped_changed() 175 static void send_input_node_gain_changed(void *context, cras_node_id_t node_id, in send_input_node_gain_changed()
|
| D | cras_observer.c | 56 cras_node_id_t node_id; member 60 cras_node_id_t node_id; member 65 cras_node_id_t node_id; member 477 cras_node_id_t node_id) in cras_observer_notify_active_node() 487 void cras_observer_notify_output_node_volume(cras_node_id_t node_id, in cras_observer_notify_output_node_volume() 498 void cras_observer_notify_node_left_right_swapped(cras_node_id_t node_id, in cras_observer_notify_node_left_right_swapped() 509 void cras_observer_notify_input_node_gain(cras_node_id_t node_id, int32_t gain) in cras_observer_notify_input_node_gain()
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | colocation_graph.h | 238 int FindAndUpdateRoot(int node_id) { in FindAndUpdateRoot() 352 int FindRoot(int node_id) const { in FindRoot()
|
| /external/adhd/cras/src/common/ |
| D | cras_messages.h | 257 cras_node_id_t node_id; member 262 cras_node_id_t node_id, in cras_fill_set_node_attr() 276 cras_node_id_t node_id; member 280 cras_node_id_t node_id) in cras_fill_select_node() 292 cras_node_id_t node_id; member 297 cras_node_id_t node_id) in cras_fill_add_active_node() 309 cras_node_id_t node_id; member 314 cras_node_id_t node_id) in cras_fill_rm_active_node() 454 cras_node_id_t node_id; member 459 cras_node_id_t node_id) in cras_fill_get_hotword_models_message() [all …]
|
| /external/ltp/testcases/kernel/syscalls/getcpu/ |
| D | getcpu01.c | 88 int node_id = 0; in get_nodeid() local 126 unsigned int cpu_id, node_id = 0; in run() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | dominator_analysis.h | 73 inline BasicBlock* ImmediateDominator(uint32_t node_id) const { in ImmediateDominator() 84 inline bool IsReachable(uint32_t node_id) const { in IsReachable()
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | dominator_analysis.h | 73 inline BasicBlock* ImmediateDominator(uint32_t node_id) const { in ImmediateDominator() 84 inline bool IsReachable(uint32_t node_id) const { in IsReachable()
|
| /external/angle/third_party/spirv-tools/src/source/opt/ |
| D | dominator_analysis.h | 73 inline BasicBlock* ImmediateDominator(uint32_t node_id) const { in ImmediateDominator() 84 inline bool IsReachable(uint32_t node_id) const { in IsReachable()
|
| /external/autotest/client/common_lib/cros/cfm/ |
| D | cras_input_node.py | 7 def __init__(self, node_id, node_name, gain, node_type, device_id, argument
|
| D | cras_output_node.py | 7 def __init__(self, node_id, node_type, node_name, volume, device_id, argument
|
| /external/linux-kselftest/tools/testing/selftests/net/ |
| D | reuseport_bpf_numa.c | 107 static void send_from_node(int node_id, int family, int proto) in send_from_node() 161 void receive_on_node(int *rcv_fd, int len, int epfd, int node_id, int proto) in receive_on_node()
|
| /external/arm-trusted-firmware/plat/xilinx/common/include/ |
| D | pm_common.h | 38 const uint32_t node_id; member
|
| /external/tensorflow/tensorflow/core/kernels/hexagon/ |
| D | hexagon_control_wrapper.cc | 220 const int node_id = input_params.node_id(); in SetupGraph() local 237 const int node_id = output_params.node_id(); in SetupGraph() local 249 const int node_id = params.node_id(); in SetupGraph() local 271 const int node_id = params.node_id(); in SetupGraph() local
|
| /external/tensorflow/tensorflow/lite/experimental/delegates/hexagon/builders/ |
| D | op_builder.h | 41 int node_id = -1; member 64 void SetNodeId(int node_id) { op_node_.node_id = node_id; } in SetNodeId() 245 int GetOpTypeId(int node_id) { in GetOpTypeId()
|
| /external/tensorflow/tensorflow/core/kernels/boosted_trees/ |
| D | prediction_ops.cc | 127 int32 node_id = cached_node_ids(i); in Compute() local 244 int32 node_id = 0; in Compute() local 352 int32 node_id = 0; in Compute() local
|
| D | resources.cc | 56 const int32 tree_id, const int32 node_id, const int32 index_in_batch, in next_node() 122 const int32 node_id, in set_node_value() 325 const auto node_id = split_entry.first; in AddLeafNodes() local 519 int32 node_id = start_node_id; in CalculateParentAndLogitUpdate() local 532 const int32 tree_id, const int32 node_id, in RecursivelyDoPostPrunePreparation()
|
| /external/tensorflow/tensorflow/core/grappler/costs/ |
| D | analytical_cost_estimator.cc | 40 int node_id, const Costs& node_costs, in AddCostNode() 188 int node_id = 0; in PredictCosts() local
|