Searched refs:sub_node (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | collective_ops.cc | 187 NodeDef sub_node; in CollectiveReduceOpKernel() local 189 sub_node.add_input(real_node.input(0)); in CollectiveReduceOpKernel() 190 sub_node.add_input(real_node.input(0)); in CollectiveReduceOpKernel() 191 sub_node.set_device(real_node.device()); in CollectiveReduceOpKernel() 193 &(*sub_node.mutable_attr())["T"]); in CollectiveReduceOpKernel() 194 col_params_.merge_op = BuildOpKernel(c, merge_op_name, &sub_node); in CollectiveReduceOpKernel() 195 col_params_.final_op = BuildOpKernel(c, final_op_name, &sub_node); in CollectiveReduceOpKernel() 200 NodeDef* sub_node) { in BuildOpKernel() argument 203 sub_node->set_name(name); in BuildOpKernel() 204 sub_node->set_op(name); in BuildOpKernel() [all …]
|
/external/python/cpython3/Python/ |
D | hamt.c | 745 PyHamtNode *sub_node = hamt_node_assoc( in hamt_node_bitmap_assoc() local 748 if (sub_node == NULL) { in hamt_node_bitmap_assoc() 752 if (val_or_node == (PyObject *)sub_node) { in hamt_node_bitmap_assoc() 753 Py_DECREF(sub_node); in hamt_node_bitmap_assoc() 762 Py_SETREF(ret->b_array[val_idx], (PyObject*)sub_node); in hamt_node_bitmap_assoc() 800 PyHamtNode *sub_node = hamt_node_new_bitmap_or_collision( in hamt_node_bitmap_assoc() local 806 if (sub_node == NULL) { in hamt_node_bitmap_assoc() 812 Py_DECREF(sub_node); in hamt_node_bitmap_assoc() 816 Py_SETREF(ret->b_array[val_idx], (PyObject *)sub_node); in hamt_node_bitmap_assoc() 987 PyHamtNode *sub_node = NULL; in hamt_node_bitmap_without() local [all …]
|
/external/u-boot/tools/binman/ |
D | entry_test.py | 63 sub_node = Node('subnode', base_node) 64 sub_entry = entry.Entry(None, None, sub_node)
|
/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 | 438 for sub_node in n.code.nodes: 439 _try_extract_assignment(sub_node, vars_in_step)
|