Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/jit/
H A Dmyfunction_b.py12 return my_function_c(x) + 2
15 def my_function_c(x: float) -> float: function