Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/keras/utils/
Dvis_utils.py64 def add_edge(dot, src, dst): function
66 dot.add_edge(pydot.Edge(src, dst))
243 add_edge(dot, inbound_layer_id, layer_id)
254 add_edge(dot, inbound_layer_id, layer_id)
257 add_edge(dot, inbound_layer_id,
261 add_edge(dot, inbound_layer_id, layer_id)
263 add_edge(dot, layer_id, name)
269 add_edge(dot, name, output_name)
271 add_edge(dot, name, layer_id)
275 add_edge(dot,
/external/libabigail/src/
Dabg-viz-dot.cc101 dot::add_edge(const node_base& __parent, const node_base& __child) in add_edge() function in abigail::dot
122 add_edge(__p, __c); in add_child_to_node()
/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/libabigail/include/
Dabg-viz-dot.h125 add_edge(const node_base&, const node_base&);
/external/skia/tests/
DTriangulatingPathRendererTests.cpp817 static void add_edge(EdgeMap& edgeMap, SkPoint p0, SkPoint p1) { in add_edge() function
833 add_edge(edgeMap, p0, p1); in add_tri_edges()
891 add_edge(innerFanEdges, lastPoint, startPoint); in verify_simple_inner_polygons()
910 add_edge(innerFanEdges, pts[0], lastPoint); in verify_simple_inner_polygons()
914 add_edge(innerFanEdges, lastPoint, startPoint); in verify_simple_inner_polygons()
/external/rust/crates/parking_lot_core/src/
Dparking_lot.rs1241 graph.add_edge(resource, current as usize, ()); in check_wait_graph_fast()
1244 graph.add_edge(current as usize, (*current).key.load(Ordering::Relaxed), ()); in check_wait_graph_fast()
1305 graph.add_edge(Resource(resource), Thread(current), ()); in check_wait_graph_slow()
1308 graph.add_edge( in check_wait_graph_slow()
/external/google-fruit/extras/benchmark/
Dgenerate_benchmark.py65 injection_graph.add_edge(component_id, dep)
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1213 auto add_edge = [&](const HloInstruction* from, const HloInstruction* to, in AddInstructionIncomingEdges() local
1251 add_edge(fusion->operand(instr->parameter_number()), instr, in AddInstructionIncomingEdges()
1256 add_edge(instr->operand(i), instr, i); in AddInstructionIncomingEdges()
1259 add_edge(pred, instr, /*operand_num=*/0, /*control_edge=*/true); in AddInstructionIncomingEdges()
/external/google-fruit/extras/scripts/
Danalyze_template_instantiations_clang_diagnostics.py376 … 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.cpp557 sh.coal.add_edge(v, d, coalescer::phi_cost); in split_phi_src()
/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc757 const auto add_edge = [this](const OutputPort& output_port, in UpdateFanoutsInternal() local
824 add_edge(OutputPort(to_node, output_port.port_id), input_port); in UpdateFanoutsInternal()
/external/mesa3d/src/amd/compiler/
Daco_instruction_selection.cpp107 static void add_edge(unsigned pred_idx, Block *succ) in add_edge() function
9463 add_edge(loop_preheader_idx, loop_header); in begin_loop()
9515 add_edge(ctx->block->index, &ctx->program->blocks[loop_header_idx]); in end_loop()
9828 add_edge(ic->BB_if_idx, BB_then_logical); in begin_divergent_if_then()
9976 add_edge(ic->BB_if_idx, BB_then); in begin_uniform_if_then()
10008 add_edge(ic->BB_if_idx, BB_else); in begin_uniform_if_else()