Home
last modified time | relevance | path

Searched defs:scatter_dimension (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dcommon_shape_fns_test.cc1508 const Tensor scatter_dimension = Tensor(0); in TEST() local
1564 const Tensor scatter_dimension = Tensor(0); in TEST() local
1592 const Tensor scatter_dimension = Tensor(0); in TEST() local
H A Dcommon_shape_fns.cc2611 const Tensor* scatter_dimension = c->input_tensor(2); in ReduceScatterShape() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instructions.h687 int64_t scatter_dimension() const { return scatter_dimension_; } in scatter_dimension() function
H A Dhlo_instruction.cc521 int64_t scatter_dimension = proto.dimensions(0); in CreateFromProto() local
1294 int64_t scatter_dimension) { in CreateReduceScatter()
H A Dshape_inference.cc2092 absl::Span<const Shape* const> operand_shapes, int64_t scatter_dimension, in InferReduceScatterShape()
H A Dhlo_instructions.cc901 int64_t scatter_dimension) in HloReduceScatterInstruction()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dxla_builder.cc3018 XlaOp operand, const XlaComputation& computation, int64_t scatter_dimension, in ReduceScatter()
4680 int64_t scatter_dimension, int64_t shard_count, in ReduceScatter()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
H A Dlegalize_tf.cc6103 APInt scatter_dimension; in matchAndRewrite() local