Home
last modified time | relevance | path

Searched refs:legacyExtractDispatchKey (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/aten/src/ATen/core/boxing/impl/
Dtest_helpers.h123 return legacyExtractDispatchKey(t.key_set()); in extractDispatchKey()
/external/pytorch/aten/src/ATen/core/
DTensorBase.h956 inline DispatchKey legacyExtractDispatchKey(const TensorBase& t) { in legacyExtractDispatchKey() function
957 return legacyExtractDispatchKey(t.key_set()); in legacyExtractDispatchKey()
/external/pytorch/torch/csrc/tensor/
Dpython_tensor.cpp108 if (legacyExtractDispatchKey(var.key_set()) == self->get_dispatch_key() && in Tensor_instancecheck()
/external/pytorch/aten/src/ATen/templates/
DTensorBody.h227 dispatchKeyToBackend(legacyExtractDispatchKey(key_set())), in type()
/external/pytorch/c10/core/
DDispatchKeySet.h909 inline DispatchKey legacyExtractDispatchKey(DispatchKeySet s) { in legacyExtractDispatchKey() function
/external/pytorch/tools/autograd/templates/
Dpython_variable_methods.cpp954 …return THPVariable_Wrap(torch::utils::legacy_tensor_new(legacyExtractDispatchKey(self_), self_.sca… in THPVariable_new()
966 …return THPVariable_Wrap(torch::utils::new_tensor(legacyExtractDispatchKey(self_), self_.scalar_typ… in THPVariable_new_tensor()