Home
last modified time | relevance | path

Searched defs:scatter_op (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Dscatter_spmd_expander.cc77 auto scatter_op = llvm::cast<OpType>(op); in TensorScatterOpExpand() local
157 auto scatter_op = llvm::cast<OpType>(op); in TensorScatterOpComputeLayoutForward() local
185 auto scatter_op = llvm::cast<OpType>(op); in TensorScatterOpComputeLayoutBackward() local
/external/tensorflow/tensorflow/python/kernel_tests/nn_ops/
Dembedding_ops_test.py51 def _TestCase(self, shape, indices, scatter_op=state_ops.scatter_add): argument
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc810 auto scatter_op = func_builder->create<mlir::mhlo::ScatterOp>( in ImportInstructionImpl() local
Dmlir_hlo_to_hlo.cc1490 auto scatter_op = xla::Scatter(operands, scatter_indices, updates, in ExportXlaOp() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc2799 Operation *scatter_op, llvm::ArrayRef<int64_t> update_window_dims, in CanonicalizeScatterUpdates()
3132 mhlo::ScatterOp scatter_op, OpAdaptor adaptor, in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2207 auto scatter_op = mlir::cast<mlir::lmhlo::ScatterOp>(op); in EmitScatter() local