Home
last modified time | relevance | path

Searched refs:PyTorchBackendInterface (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_interface.cpp6 PyTorchBackendInterface::PyTorchBackendInterface() noexcept = default;
7 PyTorchBackendInterface::~PyTorchBackendInterface() = default;
H A Dbackend_interface.h9 class TORCH_API PyTorchBackendInterface : public torch::CustomClassHolder {
11 PyTorchBackendInterface() noexcept;
12 ~PyTorchBackendInterface() override;
H A Dbackend.h93 std::is_base_of<PyTorchBackendInterface, TBackendInterface>::value,
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/coreml/cpp/
H A Dbackend.cpp6 class CoreMLBackend : public torch::jit::PyTorchBackendInterface {
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/
H A Dbackend.cpp11 class NNCBackend : public PyTorchBackendInterface {
/aosp_15_r20/external/executorch/runtime/backend/
H A Dinterface.h155 using PyTorchBackendInterface = ::executorch::runtime::BackendInterface; variable
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_backend_lib.cpp12 class TestBackend : public PyTorchBackendInterface {
H A Dtest_backend_compiler_lib.cpp67 class BackendWithCompiler : public PyTorchBackendInterface {
/aosp_15_r20/external/pytorch/test/custom_backend/
H A Dcustom_backend.h11 class CustomBackend : public torch::jit::PyTorchBackendInterface {
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/
H A Dxnnpack_backend_lib.cpp25 class XNNPackBackend : public PyTorchBackendInterface {
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/nnapi/
H A Dnnapi_backend_lib.cpp21 class NnapiBackend : public PyTorchBackendInterface {
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/coreml/objc/
H A DPTMCoreMLBackend.mm128 class CoreMLBackend: public torch::jit::PyTorchBackendInterface {