/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.cc | 183 int node_idx, int in, double w) { in add_node() argument 184 int outIdx = get_idx(stage_idx, node_idx, node_num); in add_node() 199 int node_idx, int in0, double w0, int in1, double w1) { in connect_node() argument 200 int outIdx = get_idx(stage_idx, node_idx, node_num); in connect_node() 265 int node_idx, int estimate_bit) { in estimate_value() argument 267 int outIdx = get_idx(stage_idx, node_idx, node_num); in estimate_value() 280 int node_idx, int amplify_bit) { in amplify_value() argument 281 int outIdx = get_idx(stage_idx, node_idx, node_num); in amplify_value() 310 int node_idx, int N, int star) { in gen_B_graph() argument 312 int out = node_idx + i; in gen_B_graph() [all …]
|
D | txfm_graph.h | 55 int node_idx, int in0, double w0, int in1, double w1); 60 int node_idx, int N, int star); 62 int node_idx, int N); 65 int node_idx, int N); 67 int node_idx, int N); 69 int node_idx, int idx, int N); 71 int node_idx, int idx, int N); 74 int node_idx, int N); 77 int node_idx, int N); 80 int node_idx, int dct_node_num); [all …]
|
/external/tensorflow/tensorflow/core/grappler/ |
D | graph_topology_view.cc | 57 for (int node_idx = 0; node_idx < num_nodes_; ++node_idx) { in InitializeFromGraph() local 58 const NodeDef& node = graph.node(node_idx); in InitializeFromGraph() 59 node_name_to_index_.emplace(node.name(), node_idx); in InitializeFromGraph() 102 for (int node_idx = 0; node_idx < num_nodes_; ++node_idx) { in InitializeFromGraph() local 103 const NodeDef& node = graph.node(node_idx); in InitializeFromGraph() 104 fanins_[node_idx].reserve(node.input_size()); in InitializeFromGraph() 126 fanins_[node_idx].push_back(input_idx); in InitializeFromGraph() 127 fanouts_[input_idx].push_back(node_idx); in InitializeFromGraph() 132 SortAndRemoveDuplicates(&fanins_[node_idx]); in InitializeFromGraph() 136 for (int node_idx = 0; node_idx < num_nodes_; ++node_idx) { in InitializeFromGraph() local [all …]
|
D | graph_topology_view.h | 76 const NodeDef* GetNode(int node_idx) const; 87 const absl::InlinedVector<int, 4>& GetFanin(int node_idx) const; 90 const absl::InlinedVector<int, 2>& GetFanout(int node_idx) const;
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | traversal.cc | 54 const absl::optional<int> node_idx = graph_view.GetNodeIndex(*node); in DfsTraversal() local 55 DCHECK(node_idx.has_value()) << "Illegal start node: " << node->name(); in DfsTraversal() 56 if (node_idx.has_value()) { in DfsTraversal() 57 stack.emplace_back(node_idx.value()); in DfsTraversal()
|
/external/tensorflow/tensorflow/core/example/ |
D | example_parser_configuration.cc | 33 const string& node_name, int* node_idx) { in FindNodeIndexByName() argument 37 *node_idx = i; in FindNodeIndexByName() 49 int node_idx; in ExtractExampleParserConfiguration() local 50 TF_RETURN_IF_ERROR(FindNodeIndexByName(graph, node_name, &node_idx)); in ExtractExampleParserConfiguration() 52 const auto& node = graph.node(node_idx); in ExtractExampleParserConfiguration()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | dependency_optimizer.cc | 224 void DependencyOptimizer::OptimizeNode(int node_idx, in OptimizeNode() argument 227 NodeDef* node = optimized_graph_->mutable_node(node_idx); in OptimizeNode() 428 nodes_to_delete->insert(node_idx); in OptimizeNode() 482 for (int node_idx = 0; node_idx < num_nodes; ++node_idx) { in TransitiveReduction() local 483 const NodeDef& node = optimized_graph_->node(node_idx); in TransitiveReduction() 497 inputs[node_idx].push_back(input_node_idx); in TransitiveReduction() 500 control_outputs[input_node_idx].emplace_back(node_idx, input_slot); in TransitiveReduction()
|
D | dependency_optimizer.h | 64 void OptimizeNode(int node_idx, SetVector<int>* nodes_to_simplify,
|
D | loop_optimizer.cc | 525 for (int node_idx = 0; node_idx < optimized_graph->node_size(); ++node_idx) { in RemoveStackOps() local 526 if (IsStackOp(optimized_graph->node(node_idx))) { in RemoveStackOps() 528 graph_view, nodes_to_preserve, node_idx)) { in RemoveStackOps()
|
D | function_optimizer.cc | 1853 absl::optional<int> node_idx = placed_topo_view.GetNodeIndex(inlined_node); in InlineIndirectFunctionCall() local 1867 placed_graph_def.mutable_node(*node_idx)->add_input( in InlineIndirectFunctionCall() 1875 absl::optional<int> node_idx = placed_topo_view.GetNodeIndex(inlined_node); in InlineIndirectFunctionCall() local 1879 placed_graph_def.mutable_node(*node_idx)->add_input( in InlineIndirectFunctionCall()
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | custom_export_strategy.py | 135 for node_idx in range(len(gtflow_tree.nodes)): 136 gtflow_node = gtflow_tree.nodes[node_idx] 139 node.node_id.value = node_idx
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | fills_expand.cl | 275 skc_uint node_idx = id * SKC_FILLS_EXPAND_ELEMS_PER_SUBBLOCK + get_sub_group_local_id(); 282 union skc_path_elem const n##I = blocks[node_idx + I * SKC_FILLS_EXPAND_SUBGROUP_SIZE]; 292 node_idx + I * SKC_FILLS_EXPAND_SUBGROUP_SIZE);
|
D | paths_reclaim.cl | 314 skc_uint const node_idx = id * SKC_DEVICE_SUBBLOCK_WORDS + get_sub_group_local_id(); 321 skc_uint n##I = bp_elems[node_idx + I * SKC_PATHS_RECLAIM_SUBGROUP_SIZE];
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | fills_expand.cl | 275 skc_uint node_idx = id * SKC_FILLS_EXPAND_ELEMS_PER_SUBBLOCK + get_sub_group_local_id(); 282 union skc_path_elem const n##I = blocks[node_idx + I * SKC_FILLS_EXPAND_SUBGROUP_SIZE]; 292 node_idx + I * SKC_FILLS_EXPAND_SUBGROUP_SIZE);
|
D | paths_reclaim.cl | 314 skc_uint const node_idx = id * SKC_DEVICE_SUBBLOCK_WORDS + get_sub_group_local_id(); 321 skc_uint n##I = bp_elems[node_idx + I * SKC_PATHS_RECLAIM_SUBGROUP_SIZE];
|
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | training_ops.cc | 855 for (size_t node_idx = 0; node_idx < tree_nodes.size(); ++node_idx) { in PruneTree() local 857 auto& original_node = tree_nodes[node_idx]; in PruneTree() 863 auto mapped_node_it = nodes_map.find(node_idx); in PruneTree()
|
/external/adhd/cras/src/server/ |
D | cras_empty_iodev.c | 173 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node() argument
|
D | test_iodev.c | 151 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node() argument
|
D | cras_hfp_iodev.c | 194 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node() argument
|
D | cras_iodev.h | 219 unsigned node_idx, unsigned dev_enabled);
|
D | cras_loopback_iodev.c | 234 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node() argument
|
D | cras_a2dp_iodev.c | 425 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node() argument
|
D | cras_bt_io.c | 290 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node() argument
|
/external/adhd/cras/src/tests/ |
D | bt_device_unittest.cc | 65 unsigned node_idx, in update_active_node() argument
|
D | iodev_list_unittest.cc | 93 unsigned node_idx, in dummy_update_active_node() argument 239 unsigned node_idx, in update_active_node() argument 243 update_active_node_node_idx_val[i] = node_idx; in update_active_node()
|