Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/transforms/
H A Dtf_jitrt_fuse_fill_into_tiled_reduction.cc164 ExtractSliceOp extract_output_slice, in FuseFill()
173 loc, output_tile_bb_arg, offset, extract_output_slice.getMixedSizes(), in FuseFill()
174 extract_output_slice.getMixedStrides()); in FuseFill()
185 extract_output_slice.getMixedSizes(), in FuseFill()
186 extract_output_slice.getMixedStrides()); in FuseFill()
232 ExtractSliceOp extract_output_slice, in CombineReducedTileWithOutput()
247 makeArrayRef(extract_output_slice.getResult()), in CombineReducedTileWithOutput()
298 auto extract_output_slice = in RewriteTiledReduction() local
300 if (!extract_output_slice) return failure(); in RewriteTiledReduction()
311 extract_output_slice, insert_output_slice); in RewriteTiledReduction()
[all …]