Home
last modified time | relevance | path

Searched defs:graph_executor (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/contrib/
H A D_tensorboard_vis.py22 def dump_tensorboard_summary(graph_executor, logdir): argument
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/graph_executor/
H A Dgraph_executor_test.cc64 GraphExecutor* graph_executor = status_or_graph_executor.ValueOrDie().get(); in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_lowering_context.h55 torch::jit::GraphExecutor& graph_executor() { in graph_executor() function
H A Dts_backend_impl.cpp214 torch::jit::GraphExecutor& graph_executor = ts_computation->graph_executor(); in ExecuteComputation() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/saved_model/
H A Dsaved_model.cc607 std::unique_ptr<GraphExecutor> graph_executor) in SavedModelImpl()