Home
last modified time | relevance | path

Searched +defs:sizes +defs:add (Results 1 – 25 of 549) sorted by relevance

12345678910>>...22

/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/settings/
DResolutionUtil.java88 public List<Size> sizes = new LinkedList<Size>(); field in ResolutionUtil.ResolutionBucket
105 public void add(Size size) { in add() method in ResolutionUtil.ResolutionBucket
132 …public static List<Size> getDisplayableSizesFromSupported(List<Size> sizes, boolean isBackCamera) { in getDisplayableSizesFromSupported()
184 private static List<Size> pickUpToThree(List<Size> sizes) { in pickUpToThree()
242 …private static List<ResolutionBucket> parseAvailableSizes(List<Size> sizes, boolean isBackCamera) { in parseAvailableSizes()
374 public static Size getLargestPictureSize(Rational desiredAspectRatio, List<Size> sizes) { in getLargestPictureSize()
429 public static List<Size> filterDisallowedListedSizes(List<Size> sizes, in filterDisallowedListedSizes()
/aosp_15_r20/external/pytorch/c10/core/
H A DSymNodeImpl.h45 virtual SymNode add(const SymNode& other) { in add() function
131 ArrayRef<SymNode> sizes, in is_contiguous()
136 ArrayRef<SymNode> sizes, in is_channels_last_contiguous_2d()
141 ArrayRef<SymNode> sizes, in is_channels_last_contiguous_3d()
146 ArrayRef<SymNode> sizes, in is_channels_last_strides_2d()
151 ArrayRef<SymNode> sizes, in is_channels_last_strides_3d()
156 ArrayRef<SymNode> sizes, in is_non_overlapping_and_dense()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/ublas/benchmarks/opencl/
Dadd.cpp25 class add<void(V,V,V), C> : public benchmark<void(V,V,V), C> class
28 add(std::string const &name) : benchmark<void(V,V,V), C>(name) {} in add() function in boost::numeric::ublas::benchmark::opencl::add
42 std::vector<long> sizes({1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024, 2048, 4096}); in benchmark() local
/aosp_15_r20/external/pytorch/torch/fx/experimental/
H A Dsym_node.py296 def add(self, other) -> "SymNode": member in SymNode
383 def is_contiguous(self, sizes, strides) -> "SymNode": argument
386 def is_channels_last_contiguous_2d(self, sizes, strides) -> "SymNode": argument
389 def is_channels_last_contiguous_3d(self, sizes, strides) -> "SymNode": argument
392 def is_channels_last_strides_2d(self, sizes, strides) -> "SymNode": argument
395 def is_channels_last_strides_3d(self, sizes, strides) -> "SymNode": argument
398 def is_non_overlapping_and_dense_indicator(self, sizes, strides) -> "SymNode": argument
419 def is_non_overlapping_and_dense(self, sizes, strides): argument
904 def sympy_is_contiguous(sizes, strides): argument
909 def sympy_is_contiguous_generic(sizes, strides, dim_order): argument
[all …]
H A Dsymbolic_shapes.py1412 def eval_is_non_overlapping_and_dense(sizes, strides): argument
1415 def _eval_is_non_overlapping_and_dense(sizes, strides): argument
1766 def add(self, expr) -> bool: member in DimConstraints
/aosp_15_r20/external/grpc-grpc/tools/codegen/core/
H A Doptimize_arena_pool_sizes.py38 sizes = set() variable
107 def add(l): function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/codegen/core/
Doptimize_arena_pool_sizes.py38 sizes = set() variable
105 def add(l): function
/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/analysis/differentiation/
H A DDSCompiler.java138 private final int[][] sizes; field in DSCompiler
239 final int[][] sizes = new int[parameters + 1][order + 1]; in compileSizes() local
411 final int[][] sizes, in compileCompositionIndirection()
562 final int[][] sizes, final int ... orders) in getPartialDerivativeIndex()
741 public void add(final double[] lhs, final int lhsOffset, in add() method in DSCompiler
/aosp_15_r20/external/icu/icu4j/demos/src/main/java/com/ibm/icu/dev/demo/translit/
H A DDemo.java224 int[] sizes = {9, 10, 12, 14, 18, 24, 36, 48, 72}; in initMenus() local
525 static void add(String ID, Transliterator t) { in add() method in Demo.DummyFactory
1281 Set add(Set s, Enumeration enumeration) { in add() method in Demo
/aosp_15_r20/cts/tests/tests/media/decoder/jni/
H A Dnative-media-jni.cpp53 void add(T item) { in add() function in simplevector
308 std::unique_ptr<simplevector<int>[]> sizes(new simplevector<int>[numtracks]); in Java_android_media_decoder_cts_NativeDecoderTest_getDecodedDataNative() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java294 public void add(ProcessStats other) { in add() method in ProcessStats
1995 final int[] sizes = mPageTypeSizes.get(i); in dumpFragmentationLocked() local
2293 final int[] sizes = mPageTypeSizes.get(i); in dumpCheckinLocked() local
2317 final int[] sizes = mPageTypeSizes.get(i); in dumpDebug() local
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/
H A Dsimd.py211 def add(node): function
948 def group_fn(self, sizes): argument
H A Dcpp.py532 def add(a, b): member in CppOverrides
1043 def add(a, b): member in CppVecOverrides
3915 def group_fn(self, sizes): argument
4224 def loop_split(sizes, body, vars): argument
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_torchinductor_dynamic_shapes.py445 def fn(t, sizes): argument
728 def add(x): function
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/compute/
H A DvktComputeWorkgroupMemoryExplicitLayoutTests.cpp951 void add(glu::DataType dt, uint32_t offset, const std::string &v) in add() function
1220 uint32_t sizes[] = { in AddSizeTests() local
/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_opset11.py484 def add(g: jit_utils.GraphContext, self, other, alpha=None): function
1290 sizes=None, argument
H A Dsymbolic_opset9.py346 def add(g: jit_utils.GraphContext, self, other, alpha=None): function
3411 sizes, argument
3437 g: jit_utils.GraphContext, self, sizes, dtype, layout, device, pin_memory=False argument
3489 def zeros(g: jit_utils.GraphContext, sizes, dtype, layout, device, pin_memory=False): argument
3532 g: jit_utils.GraphContext, self, sizes, dtype, layout, device, pin_memory=False argument
3549 def ones(g: jit_utils.GraphContext, sizes, dtype, layout, device, pin_memory=False): argument
3591 g: jit_utils.GraphContext, self, sizes, dtype, layout, device, pin_memory=False argument
3601 g: jit_utils.GraphContext, sizes, value, dtype, layout, device, pin_memory=False argument
5900 def as_strided(g: jit_utils.GraphContext, self, sizes, strides, offset=None): argument
/aosp_15_r20/external/pytorch/test/
H A Dtest_custom_ops.py902 def foo_cpu(x, sizes): argument
2212 def add(x: Tensor, y: float) -> Tensor: function
2239 def add(x: Tensor, y: float) -> Tensor: function
2278 def add(x, y): function
2724 def add(x: Tensor, y: float) -> Tensor: function
2765 def add(x: Tensor, y: float) -> Tensor: function
2867 def add(x: Tensor, y: float) -> Tensor: function
3051 def add(x: Tensor, y: float) -> Tensor: function
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/
H A Delk_fs.cpp3986 elk_fs_inst *add = ibld.ADD(inst->dst, acc, inst->src[0]); in lower_sub_sat() local
3996 elk_fs_inst *add; in lower_sub_sat() local
4015 elk_fs_inst *add = ibld.ADD(inst->dst, inst->src[0], inst->src[1]); in lower_sub_sat() local
7047 const unsigned *sizes = in elk_cs_get_dispatch_info() local
/aosp_15_r20/external/armnn/third-party/stb/
H A Dstb_image.h888 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid()
894 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
901 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
908 static void *stbi__malloc_mad2(int a, int b, int add) in stbi__malloc_mad2()
914 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
920 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
2823 int sizes[16],i,n=0; in stbi__process_marker() local
3780 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dstb_image.h1021 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid()
1028 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
1036 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
1045 static void *stbi__malloc_mad2(int a, int b, int add) in stbi__malloc_mad2()
1052 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
1059 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
3096 int sizes[16],i,n=0; in stbi__process_marker() local
4063 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local
/aosp_15_r20/hardware/google/gfxstream/third-party/stb/include/stb/
Dstb_image.h1021 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid()
1028 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
1036 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
1045 static void *stbi__malloc_mad2(int a, int b, int add) in stbi__malloc_mad2()
1052 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
1059 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
3096 int sizes[16],i,n=0; in stbi__process_marker() local
4070 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local
/aosp_15_r20/external/ComputeLibrary/include/stb/
H A Dstb_image.h895 static int stbi__mad2sizes_valid(int a, int b, int add) in stbi__mad2sizes_valid()
901 static int stbi__mad3sizes_valid(int a, int b, int c, int add) in stbi__mad3sizes_valid()
909 static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) in stbi__mad4sizes_valid()
917 static void *stbi__malloc_mad2(int a, int b, int add) in stbi__malloc_mad2()
923 static void *stbi__malloc_mad3(int a, int b, int c, int add) in stbi__malloc_mad3()
930 static void *stbi__malloc_mad4(int a, int b, int c, int d, int add) in stbi__malloc_mad4()
2867 int sizes[16],i,n=0; in stbi__process_marker() local
3824 int code, next_code[16], sizes[17]; in stbi__zbuild_huffman() local
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py923 def expand(x, sizes): argument
1020 def view(x, sizes): argument
1600 def split(x, sizes, dim=0, clamp=True): argument
1619 def split_with_sizes(x, sizes, dim=0): argument
5754 add = register_pointwise( variable
/aosp_15_r20/external/deqp/external/vulkancts/framework/vulkan/
H A DvkRayTracingUtil.cpp1929 auto BottomLevelAccelerationStructurePool::add(VkDeviceSize structureSize, VkDeviceAddress deviceAd… in add() function in vk::BottomLevelAccelerationStructurePool
1947 tcu::Vector<VkDeviceSize, 4> sizes(0); in adjustBatchCount() local
2816 … const VkDeviceSize structureSize, CreationSizes &sizes) in getCreationSizes()
3373 std::vector<VkDeviceSize> sizes(queryCount); in getSerializingSizes() local

12345678910>>...22