Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp/jit/
H A Dtest_lite_interpreter.cpp200 auto output_bc = bc.get_method("forward")(inputs); in TEST() local
219 auto output_bc = bc.get_method("forward")(inputs); in TEST() local