Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc661 auto fused_copy = b.create<mlir::mhlo::CopyOp>(loc, operand); in EmitUsingElementalIrEmitter() local
663 HloFunctionImporter::SetLayoutForMlir(fused_copy, output_shape); in EmitUsingElementalIrEmitter()
664 b.create<mlir::TensorStoreOp>(loc, fused_copy, copy.output()); in EmitUsingElementalIrEmitter()