Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/
Dtfe_executor_internal.h22 struct TFE_Executor { struct
23 explicit TFE_Executor(bool async) in TFE_Executor() function
26 explicit TFE_Executor(tensorflow::EagerExecutor* executor) in TFE_Executor() function
29 tensorflow::EagerExecutor* executor() { in executor()
33 std::unique_ptr<tensorflow::EagerExecutor> owned_executor;
34 tensorflow::EagerExecutor* unowned_executor;
Dc_api_experimental.h302 typedef struct TFE_Executor TFE_Executor; typedef