Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dgather_functor_gpu.cu.h36 int64 gather_dim_size, int64 indices_size, in GatherOpKernel()
109 const Index* indices, T* out, int64 gather_dim_size, in LaunchGatherKernel()
H A Dgather_functor_batched_gpu.cu.h37 int64 gather_dim_size, int64 indices_size, in GatherOpKernel()
125 int64 gather_dim_size, int64 indices_size, in LaunchGatherKernel()
H A Dgather_op.cc125 int64_t gather_dim_size = params.dim_size(axis); in Compute() local
H A Dresource_variable_ops.cc750 int64_t gather_dim_size = 1; in Compute() local
/aosp_15_r20/external/tensorflow/tensorflow/cc/gradients/
H A Darray_grad.cc660 Output indices, int batch_dims, Output gather_dim_size) { in BatchGatherGrad()
748 Output gather_dim_size = in GatherV2Grad() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Darray_grad.py618 gather_dim_size): argument