Home
last modified time | relevance | path

Searched refs:CreateOptimizedGraph (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/utils/
H A Dtfrt_graph_execution_state_test.cc388 graph_execution_state->CreateOptimizedGraph(graph_import_config)); in TEST_F()
508 graph_execution_state->CreateOptimizedGraph(graph_import_config)); in TEST_F()
632 graph_execution_state->CreateOptimizedGraph(graph_import_config)); in TEST_F()
703 graph_execution_state->CreateOptimizedGraph(graph_import_config)); in TEST_F()
868 graph_execution_state->CreateOptimizedGraph(graph_import_config)); in TEST_F()
979 graph_execution_state->CreateOptimizedGraph(graph_import_config)); in TEST_F()
H A Dtfrt_graph_execution_state.h76 StatusOr<OptimizationResult> CreateOptimizedGraph(
H A Dtfrt_graph_execution_state.cc404 TfrtGraphExecutionState::CreateOptimizedGraph( in CreateOptimizedGraph() function in tensorflow::tfrt_stub::TfrtGraphExecutionState
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/
H A Dsaved_model_import_input.cc66 graph_execution_state_->CreateOptimizedGraph(graph_import_config)); in GetSubGraph()
H A Dsaved_model.cc865 graph_executor_->graph_execution_state().CreateOptimizedGraph( in ImportSubgraph()
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/graph_executor/
H A Dgraph_executor.cc499 graph_execution_state_->CreateOptimizedGraph(graph_import_config)); in ImportClientGraphToMlirModule()