Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h231 struct TFE_Executor { struct
232 explicit TFE_Executor(bool async) in TFE_Executor() argument
235 explicit TFE_Executor(tensorflow::EagerExecutor* executor) in TFE_Executor() function
238 tensorflow::EagerExecutor* executor() { in executor()
242 std::unique_ptr<tensorflow::EagerExecutor> owned_executor;
243 tensorflow::EagerExecutor* unowned_executor;
Dc_api_experimental.h373 typedef struct TFE_Executor TFE_Executor; typedef