Searched defs:node_num (Results 1 – 5 of 5) sorted by relevance
/external/libaom/libaom/tools/txfm_analyzer/ |
D | txfm_graph.cc | 182 void add_node(Node *node, int stage_num, int node_num, int stage_idx, in add_node() 198 void connect_node(Node *node, int stage_num, int node_num, int stage_idx, in connect_node() 222 void propagate(Node *node, int stage_num, int node_num, int stage_idx) { in propagate() 255 void graph_reset_visited(Node *node, int stage_num, int node_num) { in graph_reset_visited() 264 void estimate_value(Node *node, int stage_num, int node_num, int stage_idx, in estimate_value() 279 void amplify_value(Node *node, int stage_num, int node_num, int stage_idx, in amplify_value() 285 void propagate_estimate_amlify(Node *node, int stage_num, int node_num, in propagate_estimate_amlify() 294 void init_graph(Node *node, int stage_num, int node_num) { in init_graph() 309 void gen_B_graph(Node *node, int stage_num, int node_num, int stage_idx, in gen_B_graph() 335 void gen_P_graph(Node *node, int stage_num, int node_num, int stage_idx, in gen_P_graph() [all …]
|
D | txfm_gen_code.cc | 113 void gen_code_c(Node *node, int stage_num, int node_num, TYPE_TXFM type) { in gen_code_c() 263 void gen_cospi_list_sse2(Node *node, int stage_num, int node_num) { in gen_cospi_list_sse2() 338 void gen_code_sse2(Node *node, int stage_num, int node_num, TYPE_TXFM type) { in gen_code_sse2() 379 void gen_cospi_list_sse4_1(Node *node, int stage_num, int node_num) { in gen_cospi_list_sse4_1() 509 void gen_code_sse4_1(Node *node, int stage_num, int node_num, TYPE_TXFM type) { in gen_code_sse4_1() 551 void gen_hybrid_code(CODE_TYPE code_type, TYPE_TXFM txfm_type, int node_num) { in gen_hybrid_code() 575 for (int node_num = 4; node_num <= 64; node_num *= 2) { in main() local
|
/external/llvm-project/clang-tools-extra/clangd/quality/ |
D | CompletionModelCodegen.py | 79 def tree(t, tree_num, node_num): argument
|
/external/tensorflow/tensorflow/core/util/ |
D | stat_summarizer.cc | 140 int node_num = 0; in ProcessStepStats() local
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | profile_summarizer.cc | 124 int node_num = 0; in ProcessProfiles() local
|