Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/memory_management/
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
/external/pytorch/aten/src/ATen/
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
/external/pytorch/aten/src/ATen/native/vulkan/ops/
DTile.cpp25 const int64_t size_diff = self.dim() - static_cast<int64_t>(repeats.size()); in tile() local
/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
/external/grpc-grpc/third_party/upb/upb/lex/
Dstrtod.c71 int size_diff = strlen(localized) - strlen(str); in _upb_NoLocaleStrtod() local
/external/webrtc/modules/audio_processing/utility/
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
/external/skia/tests/
DPDFJpegEmbedTest.cpp36 size_t size_diff = larger->size() - size; in is_subset_of() local
/external/v4l-utils/lib/libv4lconvert/
Dlibv4lconvert.c462 unsigned int size_diff = size_x_diff * size_x_diff + in v4lconvert_do_try_format_uvc() local
510 unsigned int size_diff, closest_fmt_size_diff = -1; in v4lconvert_do_try_format() local
/external/tensorflow/tensorflow/core/kernels/image/
Ddecode_image_op.cc603 int size_diff = input.size() - header_size - (row_size * abs_height); in DecodeBmpV2() local
/external/python/cpython3/Lib/
Dtracemalloc.py77 def __init__(self, traceback, size, size_diff, count, count_diff): argument
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
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
/external/mesa3d/src/mesa/vbo/
Dvbo_exec_api.c314 int size_diff = newSize - oldSize; in vbo_exec_wrap_upgrade_vertex() local
/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc2466 int size_diff = localized.size() - strlen(str); in NoLocaleStrtod() local
/external/cronet/tot/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc2466 int size_diff = localized.size() - strlen(str); in NoLocaleStrtod() local
/external/cronet/stable/third_party/protobuf/src/google/protobuf/stubs/
Dstrutil.cc2466 int size_diff = localized.size() - strlen(str); in NoLocaleStrtod() local
/external/pytorch/aten/src/ATen/native/
DTensorShape.cpp1557 const int64_t size_diff = self.dim() - static_cast<int64_t>(reps.size()); in tile_symint() local