Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_helpers.h39 int dst_input; member
Dencapsulate_util.cc113 int dst_input, dst_node_id; in PreprocessDataEdgesBetweenOutsideCompilations() member
141 int src_output = e->src_output(), dst_input = e->dst_input(); in PreprocessDataEdgesBetweenOutsideCompilations() local
238 int dst_input = data_edges[i].dst_input; in PostprocessDataEdgesBetweenOutsideCompilations() local
Dclone_constants_for_better_clustering.cc110 int dst_input = e->dst_input(); in CloneSmallHostConstantInputs() local
Dincrease_dynamism_for_auto_jit_pass.cc290 int dst_input = e->dst_input(); in ReplaceTensorFlowSliceWithStaticShapedSlice() local
Dencapsulate_subgraphs_pass.cc1752 int dst_input = in CopyEdgeToOutputGraph() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util.h175 int src_output, dst_input; member
Dfunctionalize_while.cc327 int dst_input = edges[i]->dst_input(); in FunctionalizeLoop() local
565 int dst_input = edge->dst_input(); in FunctionalizeLoop() local
Dfunctionalize_cond.cc453 int dst_input = IsMerge(e->dst()) ? 0 : e->dst_input(); in BuildArgumentNodes() local
507 int dst_input = edge->dst_input(); in AddSwitchNodeAlongEdge() local
852 int dst_input = edge->dst_input(); in AddOutputEdges() local
1247 int dst_input = e->dst_input(); in RemoveRedundantSwitch() local
Dtf2xla_util.cc136 int dst_node_id, dst_input; in ReplaceArgUsageWithConstNode() member
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc329 int dst_input = e->dst_input(); in UpdateNode() local
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment.cc63 int dst_input() const { return dst_port_; } in dst_input() function in tensorflow::tensorrt::segment::SimpleEdge
/external/tensorflow/tensorflow/core/graph/
Dgraph.h368 int dst_input() const { return dst_input_; } in dst_input() function
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc983 const int dst_input = edge->dst_input(); in FuseCluster() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc761 for (int dst_input = 0; dst_input < ic->num_inputs(); ++dst_input) { in UpdateNode() local