Home
last modified time | relevance | path

Searched defs:dims_to_reduce (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
H A Dreduction_benchmark.cc44 ArrayRef<int32_t> dims_to_reduce, in GetReductionIR()
64 llvm::ArrayRef<int32_t> dims_to_reduce) { in GetSumF32IR()
71 llvm::ArrayRef<int32_t> dims_to_reduce) { in GetMeanF32IR()
H A Dreduction_benchmark.h36 std::array<int32_t, N> dims_to_reduce) { in ReducedTensorShape()
51 std::array<int32_t, N_DIMS_TO_REDUCE> dims_to_reduce) { in GetEigenSumF32Function()
69 std::array<int32_t, N_DIMS_TO_REDUCE> dims_to_reduce) { in GetEigenMeanF32Function()
H A Dfused_reduction_benchmark.cc59 std::array<int64_t, 1> dims_to_reduce{0}; in EigenFusedReduction1D() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emission_utils.cc155 const Shape& input_shape, absl::Span<const int64_t> dims_to_reduce) { in GetReductionKindAndContiguousComponentsImpl()
223 const Shape& operand_shape, absl::Span<int64_t const> dims_to_reduce) { in IsReductionFromOrToContiguousDimensionsImpl()
H A Dtree_reduction_rewriter.cc187 std::vector<int64_t> dims_to_reduce = {inner_reduced_dimension}; in RewriteReduction() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DNativeLayerNorm.cpp78 std::vector<int64_t> dims_to_reduce; in native_layer_norm() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsegment_reduction_ops_impl.h128 Eigen::IndexList<Eigen::type2index<0> > dims_to_reduce; in Compute() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A Dlayer_norm.cpp279 std::vector<int64_t> dims_to_reduce; in rms_norm() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCsrTensorMath.cu791 Tensor _sparse_csr_prod_cuda(const Tensor& input, IntArrayRef dims_to_reduce, bool keepdim, std::op… in _sparse_csr_prod_cuda()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseCsrTensorMath.cpp1347 Tensor _sparse_csr_prod_cpu(const Tensor& input, IntArrayRef dims_to_reduce, bool keepdim, std::opt… in _sparse_csr_prod_cpu()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
H A Dlower_tf.cc141 llvm::SmallVector<int64_t, 4> dims_to_reduce(rank - 1); in GetBiasAddGradReductionIndices() local