Home
last modified time | relevance | path

Searched defs:size_diff (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
H A Dgreedy_in_order_assignment.h82 size_t size_diff = AbsDiffInElements(pool_it->object_size, tensor_size); variable
101 TensorSizeT size_diff = 0; variable
183 size_t size_diff = AbsDiffInElements(shared_object_size, tensor_size); in GreedyInOrderAssignmentMultidimensional() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorNames.cpp68 const auto size_diff = names_.size() - other.names_.size(); in unifyFromRightInplace() local
73 const auto size_diff = other.names_.size() - names_.size(); in unifyFromRightInplace() local
/aosp_15_r20/external/webrtc/modules/audio_processing/utility/
H A Ddelay_estimator.cc323 int size_diff = history_size - self->history_size; in WebRtc_AllocateFarendBufferMemory() local
474 int size_diff = history_size - self->history_size; in WebRtc_AllocateHistoryBufferMemory() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DTile.cpp25 const int64_t size_diff = self.dim() - static_cast<int64_t>(repeats.size()); in tile() local
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/upb/upb/lex/
Dstrtod.c91 int size_diff = strlen(localized) - strlen(str); in _upb_NoLocaleStrtod() local
/aosp_15_r20/external/grpc-grpc/third_party/upb/upb/lex/
H A Dstrtod.c71 int size_diff = strlen(localized) - strlen(str); in _upb_NoLocaleStrtod() local
/aosp_15_r20/external/skia/tests/
H A DPDFJpegEmbedTest.cpp35 size_t size_diff = larger->size() - size; in is_subset_of() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/image/
H A Ddecode_image_op.cc603 int size_diff = input.size() - header_size - (row_size * abs_height); in DecodeBmpV2() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlower_static_tensor_list.cc741 auto size_diff = rewriter.create<TF::SubOp>( in matchAndRewrite() local
813 auto size_diff = block->getArgument(2); in CreateCondTrueBranch() local
/aosp_15_r20/external/python/cpython3/Lib/
Dtracemalloc.py77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dtracemalloc.py77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dtracemalloc.py77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dtracemalloc.py77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dtracemalloc.py77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dtracemalloc.py77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
/aosp_15_r20/external/mesa3d/src/mesa/vbo/
H A Dvbo_exec_api.c314 int size_diff = newSize - oldSize; in vbo_exec_wrap_upgrade_vertex() local
/aosp_15_r20/external/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc2466 int size_diff = localized.size() - strlen(str); in NoLocaleStrtod() local
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
H A Dstrutil.cc2466 int size_diff = localized.size() - strlen(str); in NoLocaleStrtod() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DTensorShape.cpp1557 const int64_t size_diff = self.dim() - static_cast<int64_t>(reps.size()); in tile_symint() local