Home
last modified time | relevance | path

Searched refs:BackendWithCompiler (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_backend_compiler_lib.cpp67 class BackendWithCompiler : public PyTorchBackendInterface { class
71 explicit BackendWithCompiler() {} in BackendWithCompiler() function in torch::jit::BackendWithCompiler
72 virtual ~BackendWithCompiler() override = default;
197 static auto cls = torch::jit::backend<BackendWithCompiler>(backend_name);
/aosp_15_r20/external/executorch/runtime/executor/test/
H A Dtest_backend_compiler_lib.cpp41 class BackendWithCompiler final : public BackendInterface { class
45 ~BackendWithCompiler() override = default;
227 auto cls = BackendWithCompiler();
/aosp_15_r20/external/executorch/docs/source/
H A Dcompiler-delegate-and-partitioner.md123 auto cls = BackendWithCompiler();