Home
last modified time | relevance | path

Searched defs:outer_size (Results 1 – 25 of 66) sorted by relevance

123

/external/llvm-libc/src/__support/
Dblock.h127 LIBC_INLINE size_t outer_size() const { return next_ & SIZE_MASK; } in outer_size() function
129 LIBC_INLINE static size_t outer_size(size_t inner_size) { in outer_size() function
144 LIBC_INLINE static size_t inner_size(size_t outer_size) { in inner_size()
158 LIBC_INLINE static size_t inner_size_free(size_t outer_size) { in inner_size_free()
230 LIBC_INLINE Block(size_t outer_size, bool is_last) : next_(outer_size) { in Block()
/external/pigweed/pw_allocator/
Dbuddy_allocator.cc27 BuddyBlock::BuddyBlock(size_t outer_size) { in BuddyBlock()
120 size_t outer_size = BuddyBlock::OuterSizeFromInnerSize(inner_size); in Allocate() local
155 size_t outer_size = in Deallocate() local
/external/cronet/stable/third_party/llvm-libc/src/src/__support/
Dblock.h153 LIBC_INLINE size_t outer_size() const { return next_ & SIZE_MASK; } in outer_size() function
155 LIBC_INLINE static size_t outer_size(size_t inner_size) { in outer_size() function
170 LIBC_INLINE static size_t inner_size(size_t outer_size) { in inner_size()
184 LIBC_INLINE static size_t inner_size_free(size_t outer_size) { in inner_size_free()
251 LIBC_INLINE constexpr Block(size_t outer_size) : next_(outer_size) { in Block()
/external/cronet/tot/third_party/llvm-libc/src/src/__support/
Dblock.h153 LIBC_INLINE size_t outer_size() const { return next_ & SIZE_MASK; } in outer_size() function
155 LIBC_INLINE static size_t outer_size(size_t inner_size) { in outer_size() function
170 LIBC_INLINE static size_t inner_size(size_t outer_size) { in inner_size()
184 LIBC_INLINE static size_t inner_size_free(size_t outer_size) { in inner_size_free()
251 LIBC_INLINE constexpr Block(size_t outer_size) : next_(outer_size) { in Block()
/external/pigweed/pw_allocator/block/public/pw_allocator/block/
Dtesting.h80 size_t outer_size; member
174 size_t outer_size = in Preallocate() local
188 size_t outer_size = preallocation.outer_size; in Preallocate() local
Dcontiguous.h205 size_t outer_size = derived()->OuterSizeUnchecked(); in NextUnchecked() local
235 size_t outer_size = derived()->OuterSize() + next->OuterSize(); in DoMergeNext() local
Dsmall_block.h31 constexpr explicit SmallBlock(size_t outer_size) in SmallBlock()
Dtiny_block.h31 constexpr explicit TinyBlock(size_t outer_size) in TinyBlock()
Dbasic.h262 size_t outer_size = inner_size; in OuterSizeFromInnerSize() local
269 size_t outer_size) { in InnerSizeFromOuterSize()
Dsmall_alignable_block.h30 constexpr explicit SmallAlignableBlock(size_t outer_size) in SmallAlignableBlock()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dlog_softmax.h32 const int outer_size = in LogSoftmax() local
84 const int outer_size = in LogSoftmax() local
155 const size_t outer_size, const size_t depth, in LogSoftmaxQuantized()
245 inline void LogSoftmax(const SoftmaxParams& params, const size_t outer_size, in LogSoftmax()
Dl2normalization.h35 const int outer_size = variable
61 const int outer_size = in L2Normalization() local
Dsoftmax.h35 const int outer_size = in Softmax() local
88 const int outer_size = in Softmax() local
172 const int outer_size = in SoftmaxInt16() local
Dconcatenation.h51 int64_t outer_size = 1; in Concatenation() local
102 int64_t outer_size = 1; in ConcatenationWithScaling() local
Dgather.h57 int outer_size = 1; in Gather() local
Darg_min_max.h48 int outer_size = 1; in ArgMinMax() local
/external/pytorch/aten/src/ATen/native/cpu/
DSoftMaxKernel.cpp37 int64_t outer_size, in _vec_log_softmax_lastdim()
117 int64_t outer_size, in _vec_softmax_lastdim()
151 int64_t outer_size, in _vec_softmax_lastdim()
217 int64_t outer_size, in _vec_host_softmax_backward_lastdim()
268 int64_t outer_size, in _vec_softmax_backward()
352 int64_t outer_size, in _vec_softmax_backward()
479 int64_t outer_size, in _vec_log_softmax_backward()
562 int64_t outer_size, in _vec_log_softmax_backward()
673 int64_t outer_size = 1; in apply() local
694 int64_t outer_size, in _vec_softmax()
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dgather_functor_batched_gpu.cu.h36 ValueOrVec* __restrict__ out, int64 outer_size, in GatherOpKernel()
124 const Index* indices, T* out, int64 outer_size, in LaunchGatherKernel()
Dgather_functor_batched.h45 const SliceIndex outer_size = static_cast<SliceIndex>(params.dimension(1)); in HandleCopiesBatched() local
138 const int64_t outer_size = params.dimension(1); in operator() local
/external/perfetto/src/base/
Dpaged_memory.cc57 size_t outer_size = rounded_up_size + GuardSize() * 2; in Allocate() local
114 const size_t outer_size = RoundUpToSysPageSize(size_) + GuardSize() * 2; in ~PagedMemory() local
/external/perfetto/src/profiling/memory/
Dshared_ring_buffer.cc108 size_t outer_size = meta_page_size() + size_ * 2 + kGuardSize; in ~SharedRingBuffer() local
158 size_t outer_size = meta_page_size() + size * 2 + kGuardSize; in Initialize() local
/external/ComputeLibrary/tests/validation/reference/
DSelect.cpp63 const int outer_size = c.num_elements(); in select() local
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
Dl2normalization.h25 inline void L2Normalization(int32_t input_zero_point, int32_t outer_size, in L2Normalization()
/external/pytorch/torch/testing/_internal/
Dcustom_tensor.py37 def __tensor_unflatten__(inner_tensors, meta, outer_size, outer_stride): argument
Dtwo_tensor.py47 def __tensor_unflatten__(inner_tensors, meta, outer_size, outer_stride): argument

123