Searched refs:add_edge (Results 1 – 10 of 10) sorted by relevance
/external/bcc/tools/ |
D | deadlock_detector.py | 89 def add_edge(self, node1, node2, **kwargs): member in DiGraph 107 graph.add_edge(node, neighbor) 525 graph.add_edge(
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | vis_utils.py | 143 dot.add_edge(pydot.Edge(inbound_layer_id, layer_id))
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 1175 auto add_edge = [&](const HloInstruction* from, const HloInstruction* to, in AddInstructionIncomingEdges() local 1212 add_edge(fusion->operand(instr->parameter_number()), instr, in AddInstructionIncomingEdges() 1217 add_edge(instr->operand(i), instr, i); in AddInstructionIncomingEdges() 1220 add_edge(pred, instr, /*operand_num=*/0, /*control_edge=*/true); in AddInstructionIncomingEdges()
|
/external/google-fruit/extras/benchmark/ |
D | generate_benchmark.py | 65 injection_graph.add_edge(component_id, dep)
|
/external/google-fruit/extras/scripts/ |
D | analyze_template_instantiations_clang_diagnostics.py | 374 … graph.add_edge(to_dot_left_justified_string(caller), to_dot_left_justified_string(called))
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_shader.h | 207 void add_edge(value *a, value *b, unsigned cost);
|
D | sb_ra_coalesce.cpp | 44 void coalescer::add_edge(value* a, value* b, unsigned cost) { in add_edge() function in r600_sb::coalescer
|
D | sb_shader.cpp | 127 coal.add_edge(src, dst, affcost); in create_copy_mov()
|
D | sb_ra_init.cpp | 554 sh.coal.add_edge(v, d, coalescer::phi_cost); in split_phi_src()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.cc | 754 const auto add_edge = [this](const OutputPort& output_port, in UpdateFanoutsInternal() local 821 add_edge(OutputPort(to_node, output_port.port_id), input_port); in UpdateFanoutsInternal()
|