Searched defs:TFE_Executor (Results 1 – 2 of 2) sorted by relevance
22 struct TFE_Executor { struct23 explicit TFE_Executor(bool async) in TFE_Executor() function26 explicit TFE_Executor(tensorflow::EagerExecutor* executor) in TFE_Executor() function29 tensorflow::EagerExecutor* executor() { in executor()33 std::unique_ptr<tensorflow::EagerExecutor> owned_executor;34 tensorflow::EagerExecutor* unowned_executor;
302 typedef struct TFE_Executor TFE_Executor; typedef