Home
last modified time | relevance | path

Searched defs:graph_execution_state (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/graph_executor/
H A Dgraph_executor.h115 std::unique_ptr<tensorflow::tfrt_stub::TfrtGraphExecutionState> in GraphExecutor()
135 tensorflow::tfrt_stub::TfrtGraphExecutionState& graph_execution_state() in graph_execution_state() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/
H A Dsaved_model_import_input.cc46 std::unique_ptr<TfrtGraphExecutionState> graph_execution_state) in TfrtSavedModelMLIRImportInput()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state.h66 std::unique_ptr<tensorflow::GraphExecutionState> graph_execution_state, in TfrtGraphExecutionState()