Home
last modified time | relevance | path

Searched defs:max_indices (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/external/executorch/kernels/test/
H A Dop_max_test.cpp33 Tensor& max_indices) { in op_max_dim_max()
45 Tensor max_indices = tf_in.zeros({2, 3}); in test_max_out_invalid_dimensions() local
105 Tensor max_indices = tfl.zeros(out_shape, dynamism); in test_dynamic_shape() local
131 Tensor max_indices = tf_long.zeros({2, 4}); in test_max_out_dtype() local
194 Tensor max_indices = tf_long.zeros({2, 3, 1}); in test_max_out_dtype() local
302 Tensor max_indices = tf_long.zeros({2, 3, 1}); in TEST_F() local
341 Tensor max_indices = tf_long.zeros({2, 3, 1}); in TEST_F() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DEmbeddingBag.cu66 index_t *bag_size, index_t *max_indices, in EmbeddingBag_updateOutputKernel_max()
241 const index_t *max_indices, const scalar_t *gradOutput, in EmbeddingBag_accGradParametersKernel_max()
269 const Tensor &max_indices, in embedding_bag_backward_cuda_max()
384 Tensor max_indices; in _embedding_bag_cuda() local
430 const Tensor &max_indices, in _embedding_bag_dense_backward_cuda()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a5xx/
H A Dfd5_draw.h28 enum a4xx_index_size idx_type, uint32_t max_indices, in fd5_draw()
72 uint32_t max_indices, idx_offset; in fd5_draw_emit() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DEmbeddingBag.cpp1017 Tensor max_indices = at::empty(bag_size.sizes(), offsets.options()); in make_max_indices() local
1065 Tensor* max_indices, in embedding_bag_cpu_max_out()
1129 Tensor& bag_size, Tensor* max_indices, in _embedding_bag_cpu_impl_out()
1212 …Tensor max_indices = make_max_indices(weight, indices, offsets, bag_size, mode, include_last_offse… in _embedding_bag_cpu_impl() local
1448 const Tensor& max_indices, in _embedding_bag_dense_backward_cpu_max()
H A DTensorCompare.cpp667 Tensor max_indices = at::empty({0}, self.options().dtype(kLong)); in qmax() local
792 …Tensor&> max_out(const Tensor& self, Dimname dim, bool keepdim, Tensor& max, Tensor& max_indices) { in max_out()
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_vbuf.h59 unsigned max_indices; member
H A Ddraw_pipe_vbuf.c73 unsigned max_indices; member
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a4xx/
H A Dfd4_draw.h34 enum a4xx_index_size idx_type, uint32_t max_indices, in fd4_draw()
/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_max.cpp39 Tensor& max_indices) { in max_out()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/a6xx/
H A Dfd6_draw.cc82 max_indices(const struct pipe_draw_info *info, unsigned index_offset) in max_indices() function
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dreduce_util.cpp429 Tensor& max_indices) { in check_min_max_args()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/sparse/
H A DSparseTensor.cpp411 Tensor max_indices = in _validate_sparse_coo_tensor_args() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/spmd/
H A Dgather_scatter_handler.cc94 std::vector<HloInstruction*> max_indices; in IndexBoundsForGatherScatterOperandPartitionedOnTrivialSliceDims() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_methods_invocations.py7124 def _gather(shape, index_dim, max_indices): argument
7152 def _gather(shape, index_dim, max_indices): argument
24426 def index_variable(shape, max_indices, device=torch.device('cpu')): argument
24432 def gather_variable(shape, index_dim, max_indices, duplicate=False, device=torch.device('cpu')): argument
/aosp_15_r20/external/mesa3d/src/microsoft/vulkan/
H A Ddzn_cmd_buffer.c3760 uint32_t max_indices = cmdbuf->state.ib.view.SizeInBytes / index_size; in dzn_cmd_buffer_triangle_fan_get_max_index_buf_size() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py10293 def index_perm_variable(shape, max_indices): argument