Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dlight_outside_compilation_test.py45 def compiled_f(x): function
63 def compiled_f(): function
75 def compiled_f(shape): function
96 def compiled_f(x): function
117 def compiled_f(x): function
133 def compiled_f(x): function
153 def compiled_f(x, y): function
175 def compiled_f(x): function
191 def compiled_f(conv_input): function
/aosp_15_r20/external/pytorch/functorch/examples/compilation/
H A Deager_fusion.py18 compiled_f = aot_function(f, fw_compiler, bw_compiler) variable
/aosp_15_r20/external/pytorch/torch/testing/_internal/optests/
H A Daot_autograd.py91 f, compiled_f, args, assert_raises_regex_fn, assert_equals_fn, argument