Home
last modified time | relevance | path

Searched refs:add_edge (Results 1 – 10 of 10) sorted by relevance

/external/bcc/tools/
Ddeadlock_detector.py89 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/
Dvis_utils.py143 dot.add_edge(pydot.Edge(inbound_layer_id, layer_id))
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1175 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/
Dgenerate_benchmark.py65 injection_graph.add_edge(component_id, dep)
/external/google-fruit/extras/scripts/
Danalyze_template_instantiations_clang_diagnostics.py374 … graph.add_edge(to_dot_left_justified_string(caller), to_dot_left_justified_string(called))
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_shader.h207 void add_edge(value *a, value *b, unsigned cost);
Dsb_ra_coalesce.cpp44 void coalescer::add_edge(value* a, value* b, unsigned cost) { in add_edge() function in r600_sb::coalescer
Dsb_shader.cpp127 coal.add_edge(src, dst, affcost); in create_copy_mov()
Dsb_ra_init.cpp554 sh.coal.add_edge(v, d, coalescer::phi_cost); in split_phi_src()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc754 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()