Searched refs:sub_node (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_ops.cc | 155 NodeDef sub_node; in CollectiveReduceOpKernel() local 157 sub_node.add_input(real_node.input(0)); in CollectiveReduceOpKernel() 158 sub_node.add_input(real_node.input(0)); in CollectiveReduceOpKernel() 159 sub_node.set_device(real_node.device()); in CollectiveReduceOpKernel() 161 &(*sub_node.mutable_attr())["T"]); in CollectiveReduceOpKernel() 162 col_params_.merge_op = BuildOpKernel(c, merge_op_name, &sub_node); in CollectiveReduceOpKernel() 163 col_params_.final_op = BuildOpKernel(c, final_op_name, &sub_node); in CollectiveReduceOpKernel() 168 NodeDef* sub_node) { in BuildOpKernel() argument 171 sub_node->set_name(name); in BuildOpKernel() 172 sub_node->set_op(name); in BuildOpKernel() [all …]
|
/external/python/cpython3/Python/ |
D | hamt.c | 743 PyHamtNode *sub_node = hamt_node_assoc( in hamt_node_bitmap_assoc() local 746 if (sub_node == NULL) { in hamt_node_bitmap_assoc() 750 if (val_or_node == (PyObject *)sub_node) { in hamt_node_bitmap_assoc() 751 Py_DECREF(sub_node); in hamt_node_bitmap_assoc() 760 Py_SETREF(ret->b_array[val_idx], (PyObject*)sub_node); in hamt_node_bitmap_assoc() 798 PyHamtNode *sub_node = hamt_node_new_bitmap_or_collision( in hamt_node_bitmap_assoc() local 804 if (sub_node == NULL) { in hamt_node_bitmap_assoc() 810 Py_DECREF(sub_node); in hamt_node_bitmap_assoc() 814 Py_SETREF(ret->b_array[val_idx], (PyObject *)sub_node); in hamt_node_bitmap_assoc() 985 PyHamtNode *sub_node = NULL; in hamt_node_bitmap_without() local [all …]
|
/external/v8/tools/clang/blink_gc_plugin/ |
D | process-graph.py | 199 sub_node = graph[edge.src] 203 src = sub_node.name, 210 sub_node.edges[new_edge.key] = new_edge 214 dst = sub_node.name,
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | flatten_call_graph_test.cc | 253 const CallGraphNode& sub_node = call_graph->GetNode(sub_computation); in TEST_F() local 254 EXPECT_EQ(1, sub_node.caller_callsites().size()); in TEST_F()
|
D | call_graph_test.cc | 242 const CallGraphNode& sub_node = call_graph->GetNode(subcomputation); in TEST_F() local 243 EXPECT_EQ(sub_node.depth(), 1); in TEST_F() 244 EXPECT_EQ(CallContext::kBoth, sub_node.context()); in TEST_F()
|
/external/autotest/client/common_lib/ |
D | control_data.py | 420 for sub_node in n.code.nodes: 421 _try_extract_assignment(sub_node, vars_in_step)
|