/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | kernel.cc | 335 OpNode* node_data) { in ExecuteFlexOp() argument 336 TF_RETURN_WITH_CONTEXT_IF_ERROR(node_data->BuildEagerInputs(buffer_map), in ExecuteFlexOp() 337 " (while executing '", node_data->name(), in ExecuteFlexOp() 340 node_data->mutable_outputs()->ResetTensorHandles(); in ExecuteFlexOp() 341 int num_retvals = node_data->NumOutputs(); in ExecuteFlexOp() 343 EagerExecute(node_data->op(), in ExecuteFlexOp() 344 node_data->mutable_outputs()->GetTensorHandles(), in ExecuteFlexOp() 346 " (while executing '", node_data->name(), "' via Eager)"); in ExecuteFlexOp() 348 if (num_retvals != node_data->NumOutputs()) { in ExecuteFlexOp() 353 TF_RETURN_IF_ERROR(node_data->PersistEagerOutputs(buffer_map)); in ExecuteFlexOp() [all …]
|
/external/autotest/client/common_lib/cros/cfm/ |
D | cras_node_collector.py | 104 def _create_input_node(self, node_data, device_data): argument 111 device_id = node_data['ID'].split(':')[0] 114 node_id=node_data['ID'], 115 node_name=node_data['Name'], 116 gain=node_data['Gain'], 117 node_type=node_data['Type'], 121 def _create_output_node(self, node_data, device_data): argument 128 device_id = node_data['ID'].split(':')[0] 131 node_id=node_data['ID'], 132 node_type=node_data['Type'], [all …]
|
/external/tensorflow/tensorflow/contrib/hvx/hexagon_controller/src_soc_interface/ |
D | soc_interface.c | 104 struct NodeDataFloat* node_data = in soc_interface_FillInputNodeWithPort() local 106 if (buf_byte_size > node_data->max_buf_byte_size) { in soc_interface_FillInputNodeWithPort() 110 memcpy(node_data->byte_array_data, buf, buf_byte_size); in soc_interface_FillInputNodeWithPort() 111 node_data->x = x; in soc_interface_FillInputNodeWithPort() 112 node_data->y = y; in soc_interface_FillInputNodeWithPort() 113 node_data->z = z; in soc_interface_FillInputNodeWithPort() 114 node_data->d = d; in soc_interface_FillInputNodeWithPort() 115 node_data->array_byte_size = buf_byte_size; in soc_interface_FillInputNodeWithPort()
|
/external/adhd/cras/src/server/ |
D | cras_observer.c | 174 struct cras_observer_alert_data_active_node *node_data = in active_node_alert() local 181 node_data->direction, in active_node_alert() 182 node_data->node_id); in active_node_alert() 189 struct cras_observer_alert_data_node_volume *node_data = in output_node_volume_alert() local 196 node_data->node_id, in output_node_volume_alert() 197 node_data->volume); in output_node_volume_alert() 204 struct cras_observer_alert_data_node_lr_swapped *node_data = in node_left_right_swapped_alert() local 211 node_data->node_id, in node_left_right_swapped_alert() 212 node_data->swapped); in node_left_right_swapped_alert() 219 struct cras_observer_alert_data_node_volume *node_data = in input_node_gain_alert() local [all …]
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | network.py | 1079 node_data = [] 1083 node_data.append( 1086 node_data = nest.pack_sequence_as(node.input_tensors, node_data) 1088 node_data = tf_utils.convert_inner_node_data(node_data) 1089 filtered_inbound_nodes.append(node_data) 1159 def add_unprocessed_node(layer, node_data): argument 1161 unprocessed_nodes[layer] = [node_data] 1163 unprocessed_nodes[layer].append(node_data) 1165 def process_node(layer, node_data): argument 1176 for input_data in nest.flatten(node_data): [all …]
|
/external/webrtc/webrtc/modules/audio_processing/transient/ |
D | wpd_tree_unittest.cc | 173 const float* node_data = tree.NodeAt(kLevels, i)->data(); in TEST() local 176 EXPECT_NEAR(matlab_buffer[j], node_data[j], kTolerance) in TEST() 184 node_data); in TEST()
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 200 var node_data = mom.children_data[i]; 201 mom.children[i] = new_node(me, mom, node_data[0], node_data[1], 202 node_data[2], node_data[3]);
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | scc.cc | 136 SCCNodeData node_data; in StronglyConnectedComponents() local 137 node_data.node = &node; in StronglyConnectedComponents() 138 node_data_container.push_back(node_data); in StronglyConnectedComponents()
|
/external/elfutils/tests/ |
D | run-readelf-vmcoreinfo.sh | 108 SYMBOL(node_data)=ffffffff81b80df0 109 LENGTH(node_data)=512
|
/external/doclava/res/assets/templates-sdk/assets/js/ |
D | docs.js | 1011 var node_data = mom.children_data[i]; 1012 linkText = node_data[0]; 1017 mom.children[i] = new_google_node(me, mom, linkText, node_data[1], 1018 node_data[2], node_data[3]); 1034 var node_data = data[i]; 1035 $containerUl.append(new_google_node2(node_data)); 1044 function new_google_node2(node_data) { argument 1045 var linkText = node_data[NODE_NAME]; 1051 if (node_data[NODE_HREF] != null) { 1052 $a = $('<a href="' + toRoot + node_data[NODE_HREF] + '" title="' + linkText + '" >' + [all …]
|