Home
last modified time | relevance | path

Searched defs:new_executor (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dexecutor.py72 def new_executor(enable_async, enable_streaming_enqueue=True): function
/aosp_15_r20/external/tensorflow/tensorflow/python/lib/core/
H A Dpy_func.cc196 std::unique_ptr<EagerExecutor> new_executor = nullptr; in DoCallPyFunc() local