Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dembedding_ops_test.py56 def _TestCase(self, shape, indices, scatter_op=state_ops.scatter_add): argument
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc442 auto scatter_op = func_builder->create<mlir::mhlo::ScatterOp>( in ImportInstructionImpl() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc1092 mhlo::ScatterOp scatter_op, ArrayRef<Value> args, in matchAndRewrite()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc2502 auto scatter_op = mlir::cast<mlir::lmhlo::ScatterOp>(mlir_input.op); in EmitScatterFromMlir() local