Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSpectralOps.cpp376 const auto max_dims = std::min(static_cast<size_t>(cufft_max_ndim), sorted_dims.size()); in _fft_r2c_cufft() local
476 const auto max_dims = std::min(static_cast<size_t>(cufft_max_ndim), sorted_dims.size()); in _fft_c2c_cufft() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/
H A DValidation.h173 const auto max_dims = std::max(dimensions1.num_dimensions(), dimensions2.num_dimensions()); variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/
H A Dop_version.cc43 int max_dims = 0; in GetInputMaxDims() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dhypothesis_utils.py162 def array_shapes(draw, min_dims=1, max_dims=None, min_side=1, max_side=None, max_numel=None): argument
/aosp_15_r20/external/mesa3d/src/gallium/drivers/freedreno/
H A Dfreedreno_state.c421 const float max_dims = ctx->screen->gen >= 4 ? 16384.f : 4096.f; in fd_set_viewport_states() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dshape_analysis.cpp777 auto max_dims = any_type->dim(); in PropagateTensorShapeOnNode() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_nestedtensor.py146 max_dims, argument
852 def random_nt_pair(self, device, dtype, num_tensors, max_dims): argument
H A Dtest_linalg.py3904 min_dims=1, max_dims=3, # min and max number of dimensions per operand argument