Searched
full:limits (Results
351 -
375 of
7158) sorted by null
<<11121314151617181920>>
/external/tensorflow/tensorflow/compiler/xla/ |
reference_util.h | 335 std::array<int64, 2> limits, 339 CHECK_LE(limits[0], input.n1()); 340 CHECK_LE(limits[1], input.n2()); 344 MakeUnique<Array2D<T>>(CeilOfRatio(limits[0] - starts[0], strides[0]), 345 CeilOfRatio(limits[1] - starts[1], strides[1])); 358 std::array<int64, 3> limits, 363 CHECK_LE(limits[0], input.n1()); 364 CHECK_LE(limits[1], input.n2()); 365 CHECK_LE(limits[2], input.n3()); 370 MakeUnique<Array3D<T>>(CeilOfRatio(limits[0] - starts[0], strides[0]) [all...] |
/art/compiler/optimizing/ |
code_generator_utils.h | 22 #include <limits>
|
/bionic/libc/kernel/uapi/linux/ |
auto_fs.h | 22 #include <linux/limits.h>
|
netfilter_decnet.h | 22 #include <limits.h>
|
netfilter_ipv4.h | 22 #include <limits.h>
|
netfilter_ipv6.h | 22 #include <limits.h>
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_bpf.h | 22 #include <linux/limits.h>
|
/dalvik/dx/tests/128-multidex-option-overflow/ |
build | 24 # to exceed the dex format's limits.
|
/developers/build/prebuilts/gradle/MediaRecorder/Application/src/main/res/values/ |
base-strings.xml | 25 A TextureView is used as the camera preview which limits the code to API 14+. This
|
/development/samples/browseable/MediaRecorder/res/values/ |
base-strings.xml | 25 A TextureView is used as the camera preview which limits the code to API 14+. This
|
/device/generic/goldfish/gralloc/ |
gr.h | 22 #include <limits.h>
|
/device/google/marlin/sepolicy/ |
thermal-engine.te | 36 # reboot/shutdown for thermal limits exceeded
|
/device/google/wahoo/sepolicy/vendor/ |
thermal-engine.te | 37 # reboot/shutdown for thermal limits exceeded
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Include/ |
osdefs.h | 54 # include <limits.h>
|
/device/linaro/bootloader/edk2/StdLib/Include/X64/machine/ |
limits.h | 1 #include <x86/limits.h>
|
/external/boringssl/src/crypto/bytestring/ |
asn1_compat.c | 19 #include <limits.h>
|
/external/boringssl/src/crypto/rand_extra/ |
fuchsia.c | 19 #include <limits.h>
|
windows.c | 19 #include <limits.h>
|
/external/bsdiff/ |
bz2_decompressor.cc | 8 #include <limits>
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 32 #include <limits>
|
/external/clang/test/SemaTemplate/ |
lookup-dependent-bases.cpp | 23 // There are limits to our hacks, MSVC accepts this, but we don't.
|
/external/deqp/external/vulkancts/framework/vulkan/ |
vkPlatform.hpp | 145 virtual void getMemoryLimits (PlatformMemoryLimits& limits) const = 0; 151 PlatformMemoryLimits limits; local 152 platform.getMemoryLimits(limits); 153 return limits;
|
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/ |
vktSparseResourcesTestsUtil.cpp | 205 return imageSize.x() <= deviceProperties.limits.maxImageDimension1D; 207 return imageSize.x() <= deviceProperties.limits.maxImageDimension1D && 208 imageSize.z() <= deviceProperties.limits.maxImageArrayLayers; 210 return imageSize.x() <= deviceProperties.limits.maxImageDimension2D && 211 imageSize.y() <= deviceProperties.limits.maxImageDimension2D; 213 return imageSize.x() <= deviceProperties.limits.maxImageDimension2D && 214 imageSize.y() <= deviceProperties.limits.maxImageDimension2D && 215 imageSize.z() <= deviceProperties.limits.maxImageArrayLayers; 217 return imageSize.x() <= deviceProperties.limits.maxImageDimensionCube && 218 imageSize.y() <= deviceProperties.limits.maxImageDimensionCube [all...] |
/external/elfutils/src/ |
arlib2.c | 25 #include <limits.h>
|
/external/f2fs-tools/fsck/ |
quotaio.h | 21 #include <limits.h> 73 /* Size of blocks in which are counted size limits in generic utility parts */ 85 * before the soft limits are treated as hard limits (usually resulting
|
Completed in 1168 milliseconds
<<11121314151617181920>>