Searched defs:graph_executor (Results 1 – 5 of 5) sorted by relevance
22 def dump_tensorboard_summary(graph_executor, logdir): argument
64 GraphExecutor* graph_executor = status_or_graph_executor.ValueOrDie().get(); in TEST_F() local
55 torch::jit::GraphExecutor& graph_executor() { in graph_executor() function
214 torch::jit::GraphExecutor& graph_executor = ts_computation->graph_executor(); in ExecuteComputation() local
607 std::unique_ptr<GraphExecutor> graph_executor) in SavedModelImpl()