Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dincrease_dynamism_for_auto_jit_pass.cc284 std::vector<const Edge*> slice_out_edges; in ReplaceTensorFlowSliceWithStaticShapedSlice() local
285 absl::c_copy(slice->out_edges(), std::back_inserter(slice_out_edges)); in ReplaceTensorFlowSliceWithStaticShapedSlice()
286 for (const Edge* e : slice_out_edges) { in ReplaceTensorFlowSliceWithStaticShapedSlice()