Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1126 auto outfeed_op = CreateOpWithoutAttrs<lmhlo::OutfeedOp>(instr, operands); in EmitOutfeedOp() local
1127 outfeed_op.configAttr(builder_.getStringAttr(outfeed->outfeed_config())); in EmitOutfeedOp()
1128 return outfeed_op; in EmitOutfeedOp()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc3212 auto outfeed_op = mlir::cast<mlir::lmhlo::OutfeedOp>(input.op); in HandleOutfeed() local
3215 source_slices.reserve(outfeed_op.operands().size()); in HandleOutfeed()
3217 for (mlir::Value operand : outfeed_op.operands()) { in HandleOutfeed()