Home
last modified time | relevance | path

Searched refs:BatchedNestedTensor (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchedFallback.cpp411 c10::impl::ExcludeDispatchKeyGuard nt_guard(DispatchKey::BatchedNestedTensor); in batchedNestedTensorForLoopFallback()
457 c10::impl::ExcludeDispatchKeyGuard guard(DispatchKey::BatchedNestedTensor); in batchedNestedTensorForLoopFallback()
487 c10::impl::ExcludeDispatchKeyGuard guard(DispatchKey::BatchedNestedTensor); in batchedNestedTensorForLoopFallback()
505 c10::impl::ExcludeDispatchKeyGuard guard(DispatchKey::BatchedNestedTensor); in batchedNestedTensorForLoopFallback()
H A DBatchedTensorImpl.cpp18 value.is_nested() ? DispatchKey::BatchedNestedTensor : DispatchKey::FuncTorchBatched), in BatchedTensorImpl()
27 if (value_.is_nested() || value_.key_set().has(DispatchKey::BatchedNestedTensor)) { in BatchedTensorImpl()
H A DLegacyBatchingRegistrations.cpp704 c10::impl::ExcludeDispatchKeyGuard guard(DispatchKey::BatchedNestedTensor); in nested_cat_batching_rule()
758 TORCH_LIBRARY_IMPL(_, BatchedNestedTensor, m) { in TORCH_LIBRARY_IMPL() argument
763 TORCH_LIBRARY_IMPL(aten, BatchedNestedTensor, m) { in TORCH_LIBRARY_IMPL() argument
H A DBatchedTensorImpl.h116 tensor.unsafeGetTensorImpl()->key_set().has(DispatchKey::BatchedNestedTensor); in isBatchedTensor()
H A DInterpreter.cpp41 return DispatchKeySet({DispatchKey::FuncTorchBatched, DispatchKey::BatchedNestedTensor}); in keysForEnteringDynamicLayer()
/aosp_15_r20/external/pytorch/c10/core/
H A DDispatchKey.cpp157 case DispatchKey::BatchedNestedTensor: in toString()
304 {"BatchedNestedTensor", c10::DispatchKey::BatchedNestedTensor}, in parseDispatchKey()
H A DDispatchKey.h374 BatchedNestedTensor, enumerator
/aosp_15_r20/external/pytorch/torch/csrc/functorch/
H A Dinit.cpp149 out_dim == 0 || !self.key_set().has(DispatchKey::BatchedNestedTensor), in _remove_batch_dim()
/aosp_15_r20/external/pytorch/torchgen/
H A Dmodel.py119 BatchedNestedTensor = auto() variable in DispatchKey