Searched defs:TFE_Executor (Results 1 – 2 of 2) sorted by relevance
231 struct TFE_Executor { struct232 explicit TFE_Executor(bool async) in TFE_Executor() argument235 explicit TFE_Executor(tensorflow::EagerExecutor* executor) in TFE_Executor() function238 tensorflow::EagerExecutor* executor() { in executor()242 std::unique_ptr<tensorflow::EagerExecutor> owned_executor;243 tensorflow::EagerExecutor* unowned_executor;
373 typedef struct TFE_Executor TFE_Executor; typedef