Home
last modified time | relevance | path

Searched defs:b_size (Results 1 – 25 of 84) sorted by relevance

1234

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Ddense_to_sparse.cc61 std::vector<int>* b_map, std::vector<int>* b_size) { in PopulateEncodingParams()
121 std::vector<int> b_size = {}; in CalculateBlockSparsity() local
247 std::vector<int> b_size = {}; in BuildSparsityParameterAttribute() local
/aosp_15_r20/external/rust/android-crates-io/crates/criterion/src/stats/univariate/
Dbootstrap.rs87 let b_size = b_size as usize; localVariable
128 let b_size = b_size as usize; localVariable
/aosp_15_r20/external/pytorch/aten/src/ATen/cuda/tunable/
H A DGemmCommon.h119 size_t b_size = GetSizeB(); in DeepCopy() local
200 size_t b_size = GetSizeB(); in DeepCopy() local
285 size_t b_size = GetSizeB(); in DeepCopy() local
/aosp_15_r20/system/media/audio/include/system/
H A Delementwise_op.h372 const size_t a_size = a.size(), b_size = b.size(); in elementwise_min() local
411 const size_t a_size = a.size(), b_size = b.size(); in elementwise_max() local
/aosp_15_r20/frameworks/av/media/module/codecs/m4v_h263/dec/src/
H A Dpost_filter.cpp43 int mbnum, strength, A_D, d1_2, d1, d2, A, B, C, D, b_size; in H263_Deblock() local
/aosp_15_r20/prebuilts/android-emulator/linux-x86_64/include/flatbuffers/
H A Dbuffer.h59 const char *b_data, uoffset_t b_size) { in StringLessThan()
/aosp_15_r20/external/flatbuffers/include/flatbuffers/
H A Dbuffer.h59 const char *b_data, uoffset_t b_size) { in StringLessThan()
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/
Dctypes.h70 Py_ssize_t b_size; /* size of memory block in bytes */ member
100 Py_ssize_t b_size; /* size of memory block in bytes */ member
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dutil.cc71 bool EqualArrayAndTfLiteIntArray(const TfLiteIntArray* a, const int b_size, in EqualArrayAndTfLiteIntArray()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/intrusive/test/
Dcontainer_size_test.cpp42 static const std::size_t b_size = sizeof(B); member
/aosp_15_r20/external/python/cpython2/Modules/_ctypes/
Dctypes.h89 Py_ssize_t b_size; /* size of memory block in bytes */ member
119 Py_ssize_t b_size; /* size of memory block in bytes */ member
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dcommon.cc47 int TfLiteIntArrayEqualsArray(const TfLiteIntArray* a, int b_size, in TfLiteIntArrayEqualsArray()
/aosp_15_r20/external/python/cpython3/Python/
Dsuggestions.c40 const char *b, size_t b_size, in levenshtein_distance()
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_test_predicated_break.cpp112 size_t b_size = 0; in shaders_match() local
/aosp_15_r20/external/libvpx/test/
H A Dpredict_test.cc112 const int b_size = (b_stride * b_height) + b_width; in CheckBorder() local
/aosp_15_r20/external/vixl/src/
H A Dpool-manager-impl.h354 int b_size = b.label_base_->GetPoolObjectSizeInBytes(); in PoolObjectLessThan() local
/aosp_15_r20/external/executorch/kernels/portable/cpu/util/
H A Dbroadcast_util.cpp212 const exec_aten::ArrayRef<Tensor::SizesType> b_size, in get_broadcast_target_size()
/aosp_15_r20/external/e2fsprogs/e2fsck/
H A Djfs_user.h50 int b_size; member
/aosp_15_r20/external/libnetfilter_conntrack/src/conntrack/
H A Dbuild.c443 unsigned int b_size = b->words * sizeof(b->bits[0]); in __build_labels() local
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_large_constants.c146 uint32_t b_size = b->constant_data_size; in var_info_cmp() local
/aosp_15_r20/external/cronet/third_party/libxml/src/
H A Dtestrecurse.c688 unsigned long b_size; in hugeDtdTest() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dtriangular_solve_expander.cc491 int64_t b_size = b_shape.dimensions(i); in BuildTriangularSolve() local
/aosp_15_r20/system/libziparchive/
H A Dzip_archive_test.cc442 const auto b_size = static_cast<size_t>(data.uncompressed_length); in TEST() local
467 const auto b_size = static_cast<size_t>(data.uncompressed_length); in TEST() local
/aosp_15_r20/external/libxml2/
H A Dtestrecurse.c698 unsigned long b_size; in hugeDtdTest() local
/aosp_15_r20/external/python/cpython2/Objects/
Dbufferobject.c11 Py_ssize_t b_size; member

1234