Home
last modified time | relevance | path

Searched defs:dst_input (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_helpers.h83 int dst_input; member
Dencapsulate_tpu_computations_pass.cc319 int dst_input = e->dst_input(); in RemoveIdentityNodesForArgRetval() local
411 int dst_input = e->dst_input(); in MoveHeadOutsideCompilationToHost() local
675 int dst_input = original_edge->dst_input(); in MoveHeadOutsideCompilationToHost() local
861 int dst_input = i * num_new_per_replica_inputs + iter->second; in RemoveUnusedXlaInput() local
882 int dst_input = num_replicas * num_new_per_replica_inputs + iter->second - in RemoveUnusedXlaInput() local
1104 int dst_input = node_input_pair.second; in MoveTailOutsideCompilationToHost() local
1349 int dst_input = e->dst_input(); in ReplaceArgUsedByOutsideCompilationWithPlaceholder() local
1450 int dst_input = e->dst_input(); in RemoveUnusedXlaOutput() local
1538 int dst_input = output_edge->dst_input(); in RemoveEdgesBetweenArgAndRetval() local
1560 int dst_input = e->dst_input(); in RemoveEdgesBetweenArgAndRetval() local
[all …]
Ddistributed_tpu_rewrite_pass.cc553 int dst_input = edge->dst_input(); in ReplaceCompilationResultNodeWithIdentity() local
945 int dst_input = 1; in CreateConcatNode() local
3350 int dst_input = edge->dst_input(); in BuildExecuteNodes() local
3374 int dst_input = replicate_edge_to_replace->dst_input(); in BuildExecuteNodes() local
3606 int dst_input = edge->dst_input(); in CopyOutsideCompilationEdges() local
3628 int dst_input = edge->dst_input(); in CopyOutsideCompilationEdges() local
3888 int dst_input = e->dst_input(); in LowerOutsideCompilationFunctionalNodes() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Drearrange_function_argument.cc120 int dst_input = e->dst_input(); in ReorderInputEdges() local
146 int dst_input = e->dst_input(); in ReorderOutputEdges() local
239 int dst_input = e->dst_input(); in RearrangeOutputEdges() local
418 int dst_input = e->dst_input(); in MaybeRewriteIfNode() local
482 int dst_input = e->dst_input(); in MaybeRewriteIfNode() local
Dtf2xla_util.h176 int src_output, dst_input; member
Dfunctionalize_while.cc255 int dst_input = edges[i]->dst_input(); in FunctionalizeLoop() local
483 int dst_input = edge->dst_input(); in FunctionalizeLoop() local
Dfunctionalize_cond.cc469 int dst_input = IsMerge(e->dst()) ? 0 : e->dst_input(); in BuildArgumentNodes() local
523 int dst_input = edge->dst_input(); in AddSwitchNodeAlongEdge() local
893 int dst_input = edge->dst_input(); in AddOutputEdges() local
1294 int dst_input = e->dst_input(); in RemoveRedundantSwitch() local
Dtf2xla_util.cc136 int dst_node_id, dst_input; in ReplaceArgUsageWithConstNode() member
911 int dst_input = e->dst_input(); in RewriteTensorListWithConstElement() local
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.h39 int dst_input; member
Dencapsulate_util.cc119 int dst_input, dst_node_id; in PreprocessDataEdgesBetweenOutsideCompilations() member
147 int src_output = e->src_output(), dst_input = e->dst_input(); in PreprocessDataEdgesBetweenOutsideCompilations() local
244 int dst_input = data_edges[i].dst_input; in PostprocessDataEdgesBetweenOutsideCompilations() local
Dclone_constants_for_better_clustering.cc124 int dst_input = e->dst_input(); in CloneSmallHostConstantInputs() local
Dshape_inference.cc157 int dst_input = e->dst_input(); in PropagateShapes() local
Dincrease_dynamism_for_auto_jit_pass.cc290 int dst_input = e->dst_input(); in ReplaceTensorFlowSliceWithStaticShapedSlice() local
Dencapsulate_subgraphs_pass.cc940 int dst_input = FindOutputSlotOfEdgeDst(src_func_id, dst_func_id, edge); in CopyEdgeToOutputGraph() local
Dextract_outside_compilation_pass.cc2190 int dst_input = e->dst_input(); in CopyOutsideCompilationConstNodes() local
/external/tensorflow/tensorflow/core/common_runtime/
Dplacer_inspection_required_ops_utils.cc248 int dst_input = edge->dst_input(); in AddOutputIdentities() local
Dshape_refiner.cc307 int dst_input = e->dst_input(); in UpdateNode() local
/external/tensorflow/tensorflow/core/graph/
Dgraph.h417 int dst_input() const { return dst_input_; } in dst_input() function
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc70 int dst_input() const { return dst_port_; } in dst_input() function in tensorflow::tensorrt::segment::__anon3618f86b0111::SimpleEdge
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc974 for (int dst_input = 0; dst_input < ic->num_inputs(); ++dst_input) { in UpdateNode() local
1087 for (int dst_input = 0; dst_input < ic->num_inputs(); ++dst_input) { in UpdateNode() local
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc985 const int dst_input = edge->dst_input(); in FuseCluster() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc2055 int dst_input) { in AddBackedge()