Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dnode_file_writer_test.py100 if context.run_eager_op_as_function_enabled():
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Drun_eager_op_as_function_test.py91 if context.run_eager_op_as_function_enabled():
H A Dforwardprop_test.py441 if (context.run_eager_op_as_function_enabled() and
H A Dcontext.py83 def run_eager_op_as_function_enabled(): function