Home
last modified time | relevance | path

Searched defs:forward_method (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp/lite_interpreter_runtime/
H A Dtest_lite_interpreter_runtime.cpp48 auto forward_method = bc.find_method("forward"); in TEST() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/backends/xnnpack/
H A Dxnnpack_backend_preprocess.cpp66 const auto& forward_method = eval_mod.get_method("forward"); in preprocess() local
/aosp_15_r20/external/rust/android-crates-io/crates/serde_test/src/
Dconfigure.rs165 macro_rules! forward_method { macro