Home
last modified time | relevance | path

Searched refs:graph_executor_ (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/csrc/lazy/ts_backend/
Dts_lowering_context.h19 : graph_(graph), graph_executor_(graph, "") { in TSComputation()
56 return graph_executor_; in graph_executor()
61 torch::jit::GraphExecutor graph_executor_; variable
/external/tensorflow/tensorflow/core/tfrt/saved_model/
Dsaved_model.cc620 graph_executor_(std::move(graph_executor)), in SavedModelImpl()
831 graph_executor_->Run(run_options, flat_inputs, flat_output_names, in RunMultipleSignatures()
865 graph_executor_->graph_execution_state().CreateOptimizedGraph( in ImportSubgraph()
882 return graph_executor_->Run(run_options, inputs, output_tensor_names, in RunByTensorNames()
Dsaved_model.h308 std::unique_ptr<GraphExecutor> graph_executor_; variable