Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Dencapsulate_tpu_computations_pass.cc293 int dst_input = e->dst_input(); in RemoveIdentityNodesForArgRetval() local
385 int dst_input = e->dst_input(); in MoveHeadOutsideCompilationToHost() local
645 int dst_input = original_edge->dst_input(); in MoveHeadOutsideCompilationToHost() local
830 int dst_input = i * num_new_per_replica_inputs + iter->second; in RemoveUnusedXlaInput() local
851 int dst_input = num_replicas * num_new_per_replica_inputs + iter->second - in RemoveUnusedXlaInput() local
1073 int dst_input = node_input_pair.second; in MoveTailOutsideCompilationToHost() local
1308 int dst_input = e->dst_input(); in ReplaceArgUsedByOutsideCompilationWithPlaceholder() local
1409 int dst_input = e->dst_input(); in RemoveUnusedXlaOutput() local
1497 int dst_input = output_edge->dst_input(); in RemoveEdgesBetweenArgAndRetval() local
1518 int dst_input = e->dst_input(); in RemoveEdgesBetweenArgAndRetval() local
[all …]
H A Ddistributed_tpu_rewrite_helpers.h83 int dst_input; member
H A Ddistributed_tpu_rewrite_pass.cc573 int dst_input = edge->dst_input(); in ReplaceCompilationResultNodeWithIdentity() local
1161 int dst_input = 1; in CreateConcatNode() local
3796 int dst_input = edge->dst_input(); in BuildExecuteNodes() local
3820 int dst_input = replicate_edge_to_replace->dst_input(); in BuildExecuteNodes() local
4060 int dst_input = edge->dst_input(); in CopyOutsideCompilationEdges() local
4082 int dst_input = edge->dst_input(); in CopyOutsideCompilationEdges() local
4342 int dst_input = e->dst_input(); in LowerOutsideCompilationFunctionalNodes() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A 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
H A Dfunctionalize_while.cc254 int dst_input = edges[i]->dst_input(); in FunctionalizeLoop() local
479 int dst_input = edge->dst_input(); in FunctionalizeLoop() local
H A Dfunctionalize_cond.cc467 int dst_input = IsMerge(e->dst()) ? 0 : e->dst_input(); in BuildArgumentNodes() local
521 int dst_input = edge->dst_input(); in AddSwitchNodeAlongEdge() local
888 int dst_input = edge->dst_input(); in AddOutputEdges() local
1287 int dst_input = e->dst_input(); in RemoveRedundantSwitch() local
H A Dtf2xla_util.cc115 StatusOr<Node*> ReplaceEdge(Graph* g, Node* dst, int dst_input, Node* with, in ReplaceEdge()
137 int dst_node_id, dst_input; in ReplaceSrcOutputUsageWithNode() member
1098 int dst_input = e->dst_input(); in RewriteTensorListWithConstElement() local
H A Dtf2xla_util.h174 int src_output, dst_input; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A 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
242 int dst_input = data_edges[i].dst_input; in PostprocessDataEdgesBetweenOutsideCompilations() local
H A Dshape_inference_helpers.h39 int dst_input; member
H A Dclone_constants_for_better_clustering.cc147 int dst_input = e->dst_input(); in CloneSmallHostConstantInputs() local
H A Dshape_inference.cc154 int dst_input = e->dst_input(); in PropagateShapes() local
H A Dincrease_dynamism_for_auto_jit_pass.cc290 int dst_input = e->dst_input(); in ReplaceTensorFlowSliceWithStaticShapedSlice() local
H A Dencapsulate_subgraphs_pass.cc914 int dst_input = FindOutputSlotOfEdgeDst(src_func_id, dst_func_id, edge); in CopyEdgeToOutputGraph() local
H A Dextract_outside_compilation_pass.cc2191 int dst_input = e->dst_input(); in CopyOutsideCompilationConstNodes() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dplacer_inspection_required_ops_utils.cc236 int dst_input = edge->dst_input(); in AddOutputIdentities() local
H A Dshape_refiner.cc323 int dst_input = e->dst_input(); in UpdateNode() local
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dgraph.h437 int dst_input() const { return dst_input_; } in dst_input() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties.cc1003 for (int dst_input = 0; dst_input < ic->num_inputs(); ++dst_input) { in UpdateNode() local
1116 for (int dst_input = 0; dst_input < ic->num_inputs(); ++dst_input) { in UpdateNode() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment.cc74 int dst_input() const { return dst_port_; } in dst_input() function in tensorflow::tensorrt::segment::__anon2febd5fa0111::SimpleEdge
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
H A Dimport_model.cc2236 int dst_input) { in AddBackedge()