Searched defs:ceil_div (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | ceil_div.h | 11 C10_ALWAYS_INLINE C10_HOST_DEVICE T ceil_div(T a, T b) { in ceil_div() function
|
/aosp_15_r20/external/python/rsa/rsa/ |
D | common.py | 81 def ceil_div(num: int, div: int) -> int: function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/mem_eff_attention/ |
H A D | gemm_kernel_utils.h | 87 constexpr CUTLASS_HOST_DEVICE integer ceil_div(integer n, integer m) { in ceil_div() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/ |
H A D | slice_ops.cc | 234 StatusOr<nvinfer1::IElementWiseLayer*> ceil_div = builder->AbsCeilDivInt( in HandleDynamicStridedSliceInput() local
|
H A D | fill_ops.cc | 233 StatusOr<nvinfer1::IElementWiseLayer*> ceil_div = builder->FloorDiv( in Convert() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | EmbeddingBackwardKernel.cu | 41 int64_t ceil_div(int64_t x, int64_t y) { in ceil_div() function
|
H A D | ScanUtils.cuh | 15 constexpr inline integer ceil_div(integer n, integer m) { in ceil_div() function
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/ |
H A D | Common.h | 82 inline T ceil_div(T x, T y) in ceil_div() function
|
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/ |
D | CompressedImageInfo.cpp | 32 inline constexpr uint32_t ceil_div(uint32_t x, uint32_t y) { return (x + y - 1) / y; } in ceil_div() function
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/transformers/cuda/flash_attn/ |
H A D | flash_fwd_kernel.h | 1081 constexpr T ceil_div(T numerator, T denominator) { in ceil_div() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | eigen_backward_cuboid_convolutions_test.cc | 26 static int ceil_div(int a, int b) { return (a + b - 1) / b; } in ceil_div() function
|
H A D | eigen_backward_spatial_convolutions_test.cc | 26 static int ceil_div(int a, int b) { return (a + b - 1) / b; } in ceil_div() function
|
H A D | eigen_spatial_convolutions_test.cc | 27 static int ceil_div(int a, int b) { return (a + b - 1) / b; } in ceil_div() function
|