Home
last modified time | relevance | path

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

123

/aosp_15_r20/external/pytorch/aten/src/ATen/native/cpu/
H A 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 …]
/aosp_15_r20/external/llvm-libc/src/__support/
H A 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()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A 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()
H A 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
H A Dreference_ops.h343 int outer_size = 1; in Pack() local
370 int outer_size = 1; in Unpack() local
409 int outer_size = 1; in PackWithScaling() local
478 int64_t outer_size = 1; in Split() local
509 const int outer_size = in LocalResponseNormalization() local
893 int outer_size = 1; in Reverse() local
921 int outer_size = 1; in ReverseSequence() local
H A Dl2normalization.h35 const int outer_size = variable
61 const int outer_size = in L2Normalization() local
H A Dconcatenation.h51 int64_t outer_size = 1; in Concatenation() local
102 int64_t outer_size = 1; in ConcatenationWithScaling() local
H A Dgather.h57 int outer_size = 1; in Gather() local
H A Darg_min_max.h48 int outer_size = 1; in ArgMinMax() local
/aosp_15_r20/external/pigweed/pw_allocator/block/public/pw_allocator/block/
H A Dtesting.h79 size_t outer_size; member
107 size_t outer_size = in Preallocate() local
121 size_t outer_size = preallocation.outer_size; in Preallocate() local
H A Dcontiguous.h221 size_t outer_size = derived()->OuterSizeUnchecked(); in NextUnchecked() local
249 size_t outer_size = derived()->OuterSize() + next->OuterSize(); in DoMergeNext() local
H A Dbasic.h228 size_t outer_size; in OuterSizeFromInnerSize() local
237 size_t BasicBlock<Derived>::InnerSizeFromOuterSize(size_t outer_size) { in InnerSizeFromOuterSize()
/aosp_15_r20/external/pigweed/pw_allocator/
H A Dbuddy_allocator.cc26 BuddyBlock::BuddyBlock(size_t outer_size) { in BuddyBlock()
115 size_t outer_size = BuddyBlock::OuterSizeFromInnerSize(inner_size); in Allocate() local
150 size_t outer_size = in Deallocate() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DSoftMax.cu106 uint64_t outer_size, uint64_t inner_size) { in SpatialSoftMax_getGridSize()
137 uint64_t outer_size, uint64_t dim_size, uint64_t inner_size, in SpatialSoftMax_getLaunchSizes()
257 index_t outer_size, index_t dim_size, index_t inner_size) in cunn_SpatialSoftMaxForward()
315 uint32_t outer_size, uint32_t dim_size, uint32_t inner_size) in cunn_SpatialSoftMaxBackward()
829 int64_t outer_size = 1; in host_softmax() local
969 int64_t outer_size = 1; in host_softmax_backward() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A 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
H A 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()
/aosp_15_r20/external/perfetto/src/base/
H A 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
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A 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
/aosp_15_r20/external/executorch/kernels/optimized/cpu/
H A Dop_mul.cpp95 const size_t outer_size = getLeadingDims(out, out.dim() - 1); in handle_last_dim_broadcast() local
149 int64_t outer_size = 1; in handle_broadcast_mul() local
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dmeta_utils.py794 outer_size, argument
825 t, outer_size, outer_stride, symbolic_context, callback, source argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DSoftMax.cpp167 int64_t outer_size = 1; local
274 int64_t outer_size = 1; in host_softmax_backward() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/pjrt/
H A Dpjrt_c_api_client.cc475 Convert2DCBuffersToCppBuffers(PJRT_Buffer*** c_lists, size_t outer_size, in Convert2DCBuffersToCppBuffers()
524 size_t outer_size = args.num_devices; in Execute() local
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/
H A DSelect.cpp63 const int outer_size = c.num_elements(); in select() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/integer_ops/
H A Dl2normalization.h25 inline void L2Normalization(int32_t input_zero_point, int32_t outer_size, in L2Normalization()
/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcustom_tensor.py37 def __tensor_unflatten__(inner_tensors, meta, outer_size, outer_stride): argument

123