Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddynamic_slice_ops.cc40 class DynamicUpdateSliceOp : public XlaOpKernel { class
42 explicit DynamicUpdateSliceOp(OpKernelConstruction* context) in DynamicUpdateSliceOp() function in tensorflow::__anon743243e20111::DynamicUpdateSliceOp
74 REGISTER_XLA_OP(Name("XlaDynamicUpdateSlice"), DynamicUpdateSliceOp);
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc434 } else if (isa<mlir::mhlo::DynamicUpdateSliceOp, in MhloToHloOpcode()
435 mlir::lmhlo::DynamicUpdateSliceOp>(op)) { in MhloToHloOpcode()
Dhlo_function_importer.cc376 ->create<mlir::mhlo::DynamicUpdateSliceOp>( in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emission_utils.cc795 auto dus = mlir::dyn_cast<mlir::mhlo::DynamicUpdateSliceOp>( in CanEmitFusedDynamicUpdateSliceInPlaceForGpu()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc534 return MakeXlaOp(builder_.create<mlir::mhlo::DynamicUpdateSliceOp>( in DynamicUpdateSliceInternal()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc353 return builder->create<DynamicUpdateSliceOp>(loc, type, v, update, in DynamicUpdateSliceInMinorDims()
5107 indices = builder->create<mhlo::DynamicUpdateSliceOp>( in matchAndRewrite()
5110 indices = builder->create<mhlo::DynamicUpdateSliceOp>( in matchAndRewrite()
5223 input = rewriter.create<mhlo::DynamicUpdateSliceOp>( in matchAndRewrite()
5251 rewriter.replaceOpWithNewOp<mhlo::DynamicUpdateSliceOp>( in matchAndRewrite()
Dmhlo_to_lhlo_with_xla.cc297 return CreateOpWithoutAttrs<lmhlo::DynamicUpdateSliceOp>(instr); in EmitOp()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/IR/
Dhlo_ops.cc431 static LogicalResult Verify(DynamicUpdateSliceOp op) { in Verify()