Searched refs:node_out (Results 1 – 8 of 8) sorted by relevance
/external/ruy/ruy/profiler/ |
D | treeview.cc | 184 TreeView::Node* node_out) { in CollapseNode() argument 185 node_out->label = node_in.label; in CollapseNode() 186 node_out->weight = node_in.weight; in CollapseNode() 187 node_out->children.clear(); in CollapseNode() 191 node_out->children.emplace_back(child_out); in CollapseNode() 199 const std::function<bool(const Label&)>& match, TreeView::Node* node_out) { in CollapseSubnodesMatchingFunction() argument 201 CollapseNode(node_in, depth, node_out); in CollapseSubnodesMatchingFunction() 203 node_out->label = node_in.label; in CollapseSubnodesMatchingFunction() 204 node_out->weight = node_in.weight; in CollapseSubnodesMatchingFunction() 205 node_out->children.clear(); in CollapseSubnodesMatchingFunction() [all …]
|
D | treeview.h | 92 TreeView::Node* node_out); 101 const std::function<bool(const Label&)>& match, TreeView::Node* node_out);
|
/external/tensorflow/tensorflow/core/graph/ |
D | node_builder.cc | 73 for (const auto& node_out : src_list) { in Input() local 74 if (node_out.error) { in Input() 75 AddIndexError(node_out.node, node_out.index); in Input() 77 srcs.emplace_back(node_out.name, node_out.index, node_out.dt); in Input() 78 inputs_.emplace_back(node_out.node, node_out.index); in Input()
|
/external/tensorflow/tensorflow/core/framework/ |
D | node_def_builder.cc | 138 for (const auto& node_out : src_list) { in ListInput() local 139 AddInput(node_out.node, node_out.index); in ListInput() 146 for (const auto& node_out : src_list) { in ListInput() local 147 VerifyInputType(input_arg, expected, node_out.data_type); in ListInput() 153 for (const auto& node_out : src_list) { in ListInput() local 154 VerifyInputType(input_arg, expected, node_out.data_type); in ListInput() 160 for (const auto& node_out : src_list) { in ListInput() local 161 const DataType dt = node_out.data_type; in ListInput()
|
/external/tensorflow/tensorflow/cc/ops/ |
D | const_op.cc | 76 const auto node_out = AsNodeOut(scope, i); in AsNodeOutList() local 80 out.push_back(node_out); in AsNodeOutList()
|
/external/tensorflow/tensorflow/core/tpu/graph_rewrite/ |
D | host_training_loop_optimization_util.cc | 315 Node** node_out) { in GetOrCreateBeforeEachIterationNode() argument 320 *node_out = out_edge->dst(); in GetOrCreateBeforeEachIterationNode() 341 *node_out = at_loop_iteration_node; in GetOrCreateBeforeEachIterationNode() 348 Node** node_out) { in AddNoOpAfterLastIteration() argument 382 *node_out = after_last_iteration_node; in AddNoOpAfterLastIteration()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | introduce_floating_point_jitter_pass.cc | 81 Output node_out(n, oidx); in IntroduceJitterToTensor() local 104 jitter_constant, node_out); in IntroduceJitterToTensor()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.cc | 719 NodeBuilder::NodeOut node_out(node, input_node_port); in BuildIdentityOpNode() local 722 NodeBuilder(node_name, "Identity").Input(node_out).Attr("T", dt); in BuildIdentityOpNode()
|