Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/aten_util/test/
H A Daten_bridge_test.cpp41 auto dtype = torchToExecuTorchScalarType(at_tensor.options().dtype()); in TEST()
61 auto dtype = torchToExecuTorchScalarType(at_tensor.options().dtype()); in TEST()
92 auto dtype = torchToExecuTorchScalarType(sliced_tensor.options().dtype()); in TEST()
116 auto dtype = torchToExecuTorchScalarType(sliced_tensor.options().dtype()); in TEST()
137 auto dtype = torchToExecuTorchScalarType(at_tensor.options().dtype()); in TEST()
/aosp_15_r20/external/executorch/extension/aten_util/
H A Daten_bridge.h64 inline torch::executor::ScalarType torchToExecuTorchScalarType( in torchToExecuTorchScalarType() function
84 using ::torch::executor::util::torchToExecuTorchScalarType;