Home
last modified time | relevance | path

Searched defs:max_elements (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/webrtc/rtc_base/
H A Dbuffer.h256 size_t SetData(size_t max_elements, F&& setter) { in SetData()
321 size_t AppendData(size_t max_elements, F&& setter) { in AppendData()
/aosp_15_r20/device/google/cuttlefish/common/libs/concurrency/
Dthread_safe_queue.h41 explicit ThreadSafeQueue(std::size_t max_elements, in ThreadSafeQueue()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/d3d10umd/
H A DInputAssembly.cpp276 unsigned max_elements = 0; in CreateElementLayout() local
/aosp_15_r20/device/google/cuttlefish/host/libs/confui/
Dhost_server.cc73 const size_t max_elements = 20; local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/kvm/lib/
H A Dkvm_util.c1964 size_t max_elements) in read_stat_data()
1997 size_t max_elements) in __vm_get_stat()
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dboosted_trees_ops.py107 max_elements=None): argument
/aosp_15_r20/external/mesa3d/src/compiler/glsl/
H A Dgl_nir_opt_dead_builtin_varyings.c299 int max_elements, unsigned start_location, in prepare_array()
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dshape_inference.cpp369 int64_t max_elements = 1; in compute_shape_nonzero() local
/aosp_15_r20/art/libdexfile/dex/
H A Ddex_file_verifier.cc554 size_t max_elements = (size_ - offset) / elem_size; in CheckListSize() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler_test.cc1677 auto max_elements = ops::Const<int32>(scope, {10}, {}); in TEST_F() local
/aosp_15_r20/external/XNNPACK/test/
H A Daverage-pooling-nhwc.cc17 static std::pair<size_t, size_t> SmallPoolSize(size_t max_elements) { in SmallPoolSize()