Home
last modified time | relevance | path

Searched defs:node_idx (Results 1 – 20 of 20) sorted by relevance

/external/libaom/libaom/tools/txfm_analyzer/
Dtxfm_graph.cc183 int node_idx, int in, double w) { in add_node()
199 int node_idx, int in0, double w0, int in1, double w1) { in connect_node()
265 int node_idx, int estimate_bit) { in estimate_value()
280 int node_idx, int amplify_bit) { in amplify_value()
310 int node_idx, int N, int star) { in gen_B_graph()
336 int node_idx, int N) { in gen_P_graph()
346 int node_idx, int N) { in gen_type1_graph()
365 int node_idx, int N) { in gen_type2_graph()
392 int node_idx, int idx, int N) { in gen_type3_graph()
493 int node_idx, int idx, int N) { in gen_type4_graph()
[all …]
/external/tensorflow/tensorflow/core/grappler/
Dgraph_topology_view.cc57 for (int node_idx = 0; node_idx < num_nodes_; ++node_idx) { in InitializeFromGraph() local
102 for (int node_idx = 0; node_idx < num_nodes_; ++node_idx) { in InitializeFromGraph() local
136 for (int node_idx = 0; node_idx < num_nodes_; ++node_idx) { in InitializeFromGraph() local
Dmutable_graph_view.cc658 const int node_idx = in SwapNodeNames() local
/external/tensorflow/tensorflow/core/example/
Dexample_parser_configuration.cc33 const string& node_name, int* node_idx) { in FindNodeIndexByName()
49 int node_idx; in ExtractExampleParserConfiguration() local
/external/tensorflow/tensorflow/core/grappler/utils/
Dtraversal.cc54 const absl::optional<int> node_idx = graph_view.GetNodeIndex(*node); in DfsTraversal() local
/external/adhd/cras/src/server/
Dcras_empty_iodev.c173 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
Dcras_hfp_iodev.c194 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
Dtest_iodev.c151 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
Dcras_loopback_iodev.c234 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
Dcras_a2dp_iodev.c425 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
Dcras_bt_io.c290 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
Dcras_alsa_io.c565 static void update_active_node(struct cras_iodev *iodev, unsigned node_idx, in update_active_node()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Ddependency_optimizer.cc224 void DependencyOptimizer::OptimizeNode(int node_idx, in OptimizeNode()
482 for (int node_idx = 0; node_idx < num_nodes; ++node_idx) { in TransitiveReduction() local
Dloop_optimizer.cc525 for (int node_idx = 0; node_idx < optimized_graph->node_size(); ++node_idx) { in RemoveStackOps() local
Dfunction_optimizer.cc1853 absl::optional<int> node_idx = placed_topo_view.GetNodeIndex(inlined_node); in InlineIndirectFunctionCall() local
1875 absl::optional<int> node_idx = placed_topo_view.GetNodeIndex(inlined_node); in InlineIndirectFunctionCall() local
Dconstant_folding.cc350 for (int node_idx = 0; node_idx < node_count; ++node_idx) { in MaterializeShapes() local
/external/adhd/cras/src/tests/
Dbt_device_unittest.cc65 unsigned node_idx, in update_active_node()
Diodev_list_unittest.cc93 unsigned node_idx, in dummy_update_active_node()
239 unsigned node_idx, in update_active_node()
Diodev_unittest.cc1068 unsigned node_idx, in update_active_node()
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dtraining_ops.cc855 for (size_t node_idx = 0; node_idx < tree_nodes.size(); ++node_idx) { in PruneTree() local