/external/llvm-libc/src/__support/ |
D | block.h | 127 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/ |
D | buddy_allocator.cc | 27 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/ |
D | block.h | 153 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/ |
D | block.h | 153 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/ |
D | testing.h | 80 size_t outer_size; member 174 size_t outer_size = in Preallocate() local 188 size_t outer_size = preallocation.outer_size; in Preallocate() local
|
D | contiguous.h | 205 size_t outer_size = derived()->OuterSizeUnchecked(); in NextUnchecked() local 235 size_t outer_size = derived()->OuterSize() + next->OuterSize(); in DoMergeNext() local
|
D | small_block.h | 31 constexpr explicit SmallBlock(size_t outer_size) in SmallBlock()
|
D | tiny_block.h | 31 constexpr explicit TinyBlock(size_t outer_size) in TinyBlock()
|
D | basic.h | 262 size_t outer_size = inner_size; in OuterSizeFromInnerSize() local 269 size_t outer_size) { in InnerSizeFromOuterSize()
|
D | small_alignable_block.h | 30 constexpr explicit SmallAlignableBlock(size_t outer_size) in SmallAlignableBlock()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | log_softmax.h | 32 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()
|
D | l2normalization.h | 35 const int outer_size = variable 61 const int outer_size = in L2Normalization() local
|
D | softmax.h | 35 const int outer_size = in Softmax() local 88 const int outer_size = in Softmax() local 172 const int outer_size = in SoftmaxInt16() local
|
D | concatenation.h | 51 int64_t outer_size = 1; in Concatenation() local 102 int64_t outer_size = 1; in ConcatenationWithScaling() local
|
D | gather.h | 57 int outer_size = 1; in Gather() local
|
D | arg_min_max.h | 48 int outer_size = 1; in ArgMinMax() local
|
/external/pytorch/aten/src/ATen/native/cpu/ |
D | SoftMaxKernel.cpp | 37 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/ |
D | gather_functor_batched_gpu.cu.h | 36 ValueOrVec* __restrict__ out, int64 outer_size, in GatherOpKernel() 124 const Index* indices, T* out, int64 outer_size, in LaunchGatherKernel()
|
D | gather_functor_batched.h | 45 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/ |
D | paged_memory.cc | 57 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/ |
D | shared_ring_buffer.cc | 108 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/ |
D | Select.cpp | 63 const int outer_size = c.num_elements(); in select() local
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/ |
D | l2normalization.h | 25 inline void L2Normalization(int32_t input_zero_point, int32_t outer_size, in L2Normalization()
|
/external/pytorch/torch/testing/_internal/ |
D | custom_tensor.py | 37 def __tensor_unflatten__(inner_tensors, meta, outer_size, outer_stride): argument
|
D | two_tensor.py | 47 def __tensor_unflatten__(inner_tensors, meta, outer_size, outer_stride): argument
|