Searched refs:run_eager_op_as_function (Results 1 – 5 of 5) sorted by relevance
43 bool run_eager_op_as_function = false; member
153 /*run_eager_op_as_function=*/opts->run_eager_op_as_function, in TFE_NewContext()
1188 [](TFE_ContextOptions* options, bool run_eager_op_as_function) { in PYBIND11_MODULE() argument1189 options->run_eager_op_as_function = run_eager_op_as_function; in PYBIND11_MODULE()
153 bool run_eager_op_as_function, bool jit_compile_rewrite) in EagerContext() argument174 run_eager_op_as_function_(run_eager_op_as_function),
106 bool run_eager_op_as_function = false, bool jit_compile_rewrite = false);