Home
last modified time | relevance | path

Searched defs:ceil_div (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/
H A Dceil_div.h11 C10_ALWAYS_INLINE C10_HOST_DEVICE T ceil_div(T a, T b) { in ceil_div() function
/aosp_15_r20/external/python/rsa/rsa/
Dcommon.py81 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 Dgemm_kernel_utils.h87 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 Dslice_ops.cc234 StatusOr<nvinfer1::IElementWiseLayer*> ceil_div = builder->AbsCeilDivInt( in HandleDynamicStridedSliceInput() local
H A Dfill_ops.cc233 StatusOr<nvinfer1::IElementWiseLayer*> ceil_div = builder->FloorDiv( in Convert() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DEmbeddingBackwardKernel.cu41 int64_t ceil_div(int64_t x, int64_t y) { in ceil_div() function
H A DScanUtils.cuh15 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 DCommon.h82 inline T ceil_div(T x, T y) in ceil_div() function
/aosp_15_r20/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.cpp32 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 Dflash_fwd_kernel.h1081 constexpr T ceil_div(T numerator, T denominator) { in ceil_div() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_backward_cuboid_convolutions_test.cc26 static int ceil_div(int a, int b) { return (a + b - 1) / b; } in ceil_div() function
H A Deigen_backward_spatial_convolutions_test.cc26 static int ceil_div(int a, int b) { return (a + b - 1) / b; } in ceil_div() function
H A Deigen_spatial_convolutions_test.cc27 static int ceil_div(int a, int b) { return (a + b - 1) / b; } in ceil_div() function