Home
last modified time | relevance | path

Searched defs:method_compile_spec (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/pytorch/test/custom_backend/
H A Dcustom_backend.h23 c10::impl::GenericDict method_compile_spec) override { in compile()
72 const c10::Dict<c10::IValue, c10::IValue>& method_compile_spec, in preprocess()
/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_backend_lib.cpp25 c10::impl::GenericDict method_compile_spec) override { in compile()
75 const c10::Dict<IValue, IValue>& method_compile_spec, in preprocess() argument
H A Dtest_backend_compiler_preprocess.cpp15 const c10::Dict<IValue, IValue>& method_compile_spec, in preprocess() argument
H A Dtest_backend_compiler_lib.cpp86 c10::impl::GenericDict method_compile_spec) override { in compile()
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/
H A Dbackend_init.cpp125 const py::dict& method_compile_spec) { in codegen_func()
150 const py::dict& method_compile_spec) { in initJitBackendBindings()
H A Dbackend_detail.cpp100 const c10::Dict<IValue, IValue>& method_compile_spec, in codegen_backend_module() argument
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_backends.py36 def to_test_backend(module, method_compile_spec): argument
42 def to_test_backend_multi(module, method_compile_spec): argument
46 def to_test_backend_selective(module, method_compile_spec, submodules): argument
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/coreml/cpp/
H A Dbackend.cpp10 c10::impl::GenericDict method_compile_spec) override { in compile()
H A Dpreprocess.cpp19 const c10::Dict<c10::IValue, c10::IValue>& method_compile_spec, in preprocess()
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/nnc/
H A Dbackend.cpp22 c10::impl::GenericDict method_compile_spec) override { in compile()
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/nnapi/
H A Dnnapi_backend_preprocess.cpp31 const c10::Dict<c10::IValue, c10::IValue>& method_compile_spec, in preprocess()
H A Dnnapi_backend_lib.cpp33 c10::impl::GenericDict method_compile_spec) override { in compile()
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/
H A Dxnnpack_backend_preprocess.cpp33 const c10::Dict<c10::IValue, c10::IValue>& method_compile_spec, in preprocess()
H A Dxnnpack_backend_lib.cpp38 c10::impl::GenericDict method_compile_spec) override { in compile()