Home
last modified time | relevance | path

Searched refs:dispatchKeyToLayout (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/c10/core/
H A DTensorOptions.h726 inline Layout dispatchKeyToLayout(DispatchKey dispatch_key) { in dispatchKeyToLayout() function
773 .layout(dispatchKeyToLayout(dispatch_key)) in dispatchKeyToTensorOptions()
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_legacy_variable.cpp72 .layout(dispatchKeyToLayout(dispatch_key)); in THPVariable_pynew()