Searched defs:dispatch_keys (Results 1 – 9 of 9) sorted by relevance
/external/pytorch/aten/src/ATen/core/ |
D | PythonFallbackKernel.cpp | 96 void pythonDispatcherFallback(const c10::OperatorHandle& op, c10::DispatchKeySet dispatch_keys, tor… in pythonDispatcherFallback() 102 void pythonTLSSnapshotFallback(const c10::OperatorHandle &op, c10::DispatchKeySet dispatch_keys, to… in pythonTLSSnapshotFallback() 117 void preDispatchFallback(const c10::OperatorHandle& op, c10::DispatchKeySet dispatch_keys, torch::j… in preDispatchFallback()
|
D | MetaFallbackKernel.cpp | 9 c10::DispatchKeySet dispatch_keys, in metaFallback()
|
/external/pytorch/torch/csrc/autograd/ |
D | autograd_not_implemented_fallback.cpp | 100 c10::DispatchKeySet dispatch_keys, in basicAutogradNotImplementedFallbackImpl() 227 c10::DispatchKeySet dispatch_keys, in basic_autograd_not_implemented_fallback() 234 c10::DispatchKeySet dispatch_keys, in autogradNotImplementedFallbackImpl() 480 c10::DispatchKeySet dispatch_keys, in autogradNotImplementedInplaceOrViewFallbackImpl()
|
/external/pytorch/aten/src/ATen/ |
D | ConjugateFallback.cpp | 12 static void conjugateFallback(const c10::OperatorHandle& op, DispatchKeySet dispatch_keys, torch::j… in conjugateFallback()
|
D | ZeroTensorFallback.cpp | 14 …static void zeroTensorFallback(const c10::OperatorHandle& op, DispatchKeySet dispatch_keys, torch:… in zeroTensorFallback()
|
/external/pytorch/aten/src/ATen/native/ |
D | NegateFallback.cpp | 13 static void negationFallback(const c10::OperatorHandle& op, DispatchKeySet dispatch_keys, torch::ji… in negationFallback()
|
/external/pytorch/aten/src/ATen/core/op_registration/ |
D | op_registration.cpp | 93 std::unordered_set<DispatchKey> dispatch_keys; in checkNoDuplicateKernels_() local
|
/external/pytorch/test/ |
D | test_dispatch.py | 44 def extract_dispatch_table_with_keys(table, dispatch_keys): argument
|
/external/pytorch/torchgen/ |
D | model.py | 274 dispatch_keys = [ variable
|