Home
last modified time | relevance | path

Searched refs:method_graphs (Results 1 – 2 of 2) sorted by relevance

/external/executorch/docs/source/tutorials_source/
Ddevtools-integration-tutorial.py144 method_graphs = {m_name: export(model, (torch.randn(1, 1, 32, 32),))} variable
160 executorch_program = to_edge(method_graphs).to_executorch()
/external/executorch/devtools/bundled_program/util/
Dtest_util.py270 method_graphs = {
278 executorch_program = to_edge(method_graphs).to_executorch()