Searched defs:new_stride (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/pytorch/aten/src/ATen/ |
H A D | SparseTensorImpl.cpp | 62 void SparseTensorImpl::set_stride(int64_t dim, int64_t new_stride) { in set_stride()
|
H A D | LegacyBatchedTensorImpl.cpp | 99 void BatchedTensorImpl::set_stride(int64_t dim, int64_t new_stride) { in set_stride()
|
H A D | SparseCsrTensorImpl.cpp | 247 void SparseCsrTensorImpl::set_stride(int64_t dim, int64_t new_stride) { in set_stride()
|
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/ |
H A D | BatchedTensorImpl.cpp | 141 void BatchedTensorImpl::set_stride(int64_t dim, int64_t new_stride) { in set_stride()
|
/aosp_15_r20/external/e2fsprogs/lib/ext2fs/ |
H A D | mkjournal.c | 196 int new_stride = num; in ext2fs_zero_blocks2() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/ |
H A D | NestedTensorMath.cpp | 680 Tensor new_stride; in unsqueeze_nested() local
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/ |
H A D | shape_analysis.cpp | 2038 int64_t new_stride = dim >= static_cast<int64_t>(sizes.size()) in PropagateCompleteShapeOnNode() local
|
/aosp_15_r20/external/gemmlowp/meta/generators/ |
H A D | neon_emitter.py | 711 def EmitColBlockStride(self, cols, stride, new_stride): argument
|
H A D | neon_emitter_64.py | 1128 def EmitColBlockStride(self, cols, stride, new_stride): argument
|
/aosp_15_r20/external/mesa3d/src/compiler/nir/ |
H A D | nir_lower_io.c | 2483 unsigned new_stride = align(size, alignment); in nir_lower_vars_to_explicit_types_impl() local
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | TensorShape.cpp | 3232 c10::SymInt new_stride = dim >= tensor.dim() ? 1 : result.sizes[dim] * result.strides[dim]; in inferUnsqueezeGeometry_symint() local 3242 int64_t new_stride = dim >= tensor.dim() ? 1 : result.sizes[dim] * result.strides[dim]; in inferUnsqueezeGeometry() local
|