Home
last modified time | relevance | path

Searched defs:batch_indices (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dgather_nd_op_gpu.cu.cc33 const Eigen::array<int64, IXDIM> batch_indices, const int64 indices_size, in GatherSliceOpKernel()
78 Eigen::array<int64, IXDIM> batch_indices; in operator ()() local
H A Dctc_loss_op.cc162 const int64_t batch_indices = g.group()[0]; in Compute() local
H A Dtopk_op_gpu.h362 auto batch_indices = indices + offset; in TopKKernel() local
H A Dbatch_kernels.cc674 auto batch_indices = in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dbcast.h107 const std::vector<int64_t>& batch_indices(int i) const { in batch_indices() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorConversions.cpp699 auto batch_indices = at::arange(0, n_batch, options).repeat_interleave(nnz_per_batch); in sparse_compressed_to_dense() local
1560 auto batch_indices = indices.narrow(0, 0, batch_ndim); in convert_indices_from_csr_to_coo_cpu() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dresampler_ops.cc130 auto batch_indices = in ConcatenateIota() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/cuda/
H A DSparseCsrTensorMath.cu110 auto batch_indices = indices.narrow(0, 0, batch_ndim); in convert_indices_from_csr_to_coo_cuda() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Darray_grad.cc633 Output batch_indices = indices; in GetBatchIndices() local