Home
last modified time | relevance | path

Searched defs:check_sizes (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/executorch/kernels/portable/cpu/
H A Dop_zeros.cpp23 bool check_sizes( in check_sizes() function
/aosp_15_r20/external/dtc/tests/
H A Dutilfdt_test.c53 static void check_sizes(char *modifier, int expected_size) in check_sizes() function
/aosp_15_r20/external/autotest/client/site_tests/platform_EncryptedStateful/
H A Dplatform_EncryptedStateful.py126 def check_sizes(self, finalized=True): member in EncryptedStateful
/aosp_15_r20/external/xz-embedded/linux/lib/xz/
H A Dxz_dec_stream.c152 static const uint8_t check_sizes[16] = { variable
/aosp_15_r20/external/executorch/backends/vulkan/runtime/api/containers/
H A DTensor.cpp707 void vTensor::check_sizes(const std::vector<int64_t>& sizes) const { in check_sizes() function in vkcompute::api::vTensor
/aosp_15_r20/external/libcups/systemv/
H A Dcupstestppd.c3111 check_sizes(ppd_file_t *ppd, /* I - PPD file */ in check_sizes() function
/aosp_15_r20/external/pytorch/c10/core/
H A DTensorImpl.h3192 static constexpr bool check_sizes() { in check_sizes() function
/aosp_15_r20/external/toybox/toys/pending/
H A Dxzcat.c2082 static const char check_sizes[16] = { variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorAdvancedIndexing.cpp988 …auto check_sizes = [&ep_sizes, &ep_strides, &numel](IntArrayRef a, IntArrayRef b, int64_t dim) -> … in TORCH_IMPL_FUNC() local