Searched refs:PyTorchBackendInterface (Results 1 – 12 of 12) sorted by relevance
6 PyTorchBackendInterface::PyTorchBackendInterface() noexcept = default;7 PyTorchBackendInterface::~PyTorchBackendInterface() = default;
9 class TORCH_API PyTorchBackendInterface : public torch::CustomClassHolder {11 PyTorchBackendInterface() noexcept;12 ~PyTorchBackendInterface() override;
93 std::is_base_of<PyTorchBackendInterface, TBackendInterface>::value,
6 class CoreMLBackend : public torch::jit::PyTorchBackendInterface {
11 class NNCBackend : public PyTorchBackendInterface {
155 using PyTorchBackendInterface = ::executorch::runtime::BackendInterface; variable
12 class TestBackend : public PyTorchBackendInterface {
67 class BackendWithCompiler : public PyTorchBackendInterface {
11 class CustomBackend : public torch::jit::PyTorchBackendInterface {
25 class XNNPackBackend : public PyTorchBackendInterface {
21 class NnapiBackend : public PyTorchBackendInterface {
128 class CoreMLBackend: public torch::jit::PyTorchBackendInterface {