Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h43 bool run_eager_op_as_function = false; member
Dc_api.cc152 /*run_eager_op_as_function=*/opts->run_eager_op_as_function); in TFE_NewContext()
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc1135 [](TFE_ContextOptions* options, bool run_eager_op_as_function) { in PYBIND11_MODULE() argument
1136 options->run_eager_op_as_function = run_eager_op_as_function; in PYBIND11_MODULE()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.cc83 bool run_eager_op_as_function) in EagerContext() argument
104 run_eager_op_as_function_(run_eager_op_as_function) {
Dcontext.h105 bool run_eager_op_as_function = false);