Searched refs:slice_out_edges (Results 1 – 1 of 1) sorted by relevance
284 std::vector<const Edge*> slice_out_edges; in ReplaceTensorFlowSliceWithStaticShapedSlice() local285 absl::c_copy(slice->out_edges(), std::back_inserter(slice_out_edges)); in ReplaceTensorFlowSliceWithStaticShapedSlice()286 for (const Edge* e : slice_out_edges) { in ReplaceTensorFlowSliceWithStaticShapedSlice()