Home
last modified time | relevance | path

Searched defs:self_impl (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/nested/
H A DNestedTensorUtils.cpp79 auto self_impl = get_nested_tensor_impl(self); in chunk_nested_tensor() local
134 auto self_impl = get_nested_tensor_impl(self); in split_with_sizes_nested() local
H A DNestedTensorBinaryOps.cpp95 auto self_impl = get_nested_tensor_impl(self); in NestedTensor_elementwise_Tensor() local
250 auto self_impl = get_nested_tensor_impl(self); in NestedTensor_elementwise__Tensor() local
H A DNestedTensorUtils.h169 auto self_impl = get_nested_tensor_impl(self); in check_numel_equals_buffer_size() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DLegacyBatchedFallback.cpp103 const auto* self_impl = maybeGetBatchedImpl(self); in batchedTensorInplaceForLoopFallback() local
H A DFunctionalizeFallbackKernel.cpp340 auto self_impl = at::functionalization::impl::unsafeGetFunctionalWrapper(self); in set__functionalize() local
H A DFunctionalTensorWrapper.cpp786 auto self_impl = at::functionalization::impl::unsafeGetFunctionalWrapper(self); in mutate_view_meta() local
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchedFallback.cpp108 const auto* self_impl = maybeGetBatchedImpl(self); in batchedTensorInplaceForLoopFallback() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dvariable.cpp43 at::TensorImpl* self_impl, in DifferentiableViewMeta()