/external/tensorflow/tensorflow/python/keras/utils/ |
D | vis_utils.py | 64 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/ |
D | abg-viz-dot.cc | 101 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/ |
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/libabigail/include/ |
D | abg-viz-dot.h | 125 add_edge(const node_base&, const node_base&);
|
/external/skia/tests/ |
D | TriangulatingPathRendererTests.cpp | 817 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/ |
D | parking_lot.rs | 1241 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/ |
D | generate_benchmark.py | 65 injection_graph.add_edge(component_id, dep)
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 1213 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/ |
D | analyze_template_instantiations_clang_diagnostics.py | 376 … 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 | 557 sh.coal.add_edge(v, d, coalescer::phi_cost); in split_phi_src()
|
/external/tensorflow/tensorflow/core/grappler/ |
D | mutable_graph_view.cc | 757 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/ |
D | aco_instruction_selection.cpp | 107 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()
|