Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/eager/
H A Dtfe_executor_internal.h22 struct TFE_Executor { struct
23 explicit TFE_Executor(bool async, bool enable_streaming_enqueue) in TFE_Executor() function
27 explicit TFE_Executor(tensorflow::EagerExecutor* executor) in TFE_Executor() argument
30 tensorflow::EagerExecutor* executor() { in executor()
34 std::unique_ptr<tensorflow::EagerExecutor> owned_executor;
35 tensorflow::EagerExecutor* unowned_executor;
H A Dc_api_experimental.h331 typedef struct TFE_Executor TFE_Executor; typedef