You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: main/_sources/tutorials/export-to-executorch-tutorial.rst.txt
+13-13Lines changed: 13 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -625,27 +625,27 @@ there is only one program, it will by default be saved to the name "forward".
625
625
torch._C._set_onednn_allow_tf32(_allow_tf32)
626
626
/opt/conda/envs/py_3.10/lib/python3.10/site-packages/torch/backends/mkldnn/__init__.py:78: UserWarning: TF32 acceleration on top of oneDNN is available for Intel GPUs. The current Torch version does not have Intel GPU Support. (Triggered internally at /pytorch/aten/src/ATen/Context.cpp:148.)
627
627
torch._C._set_onednn_allow_tf32(_allow_tf32)
628
-
Edge Dialect graph of encode
628
+
Edge Dialect graph of decode
629
629
ExportedProgram:
630
630
class GraphModule(torch.nn.Module):
631
-
def forward(self, x: "f32[1, 10]"):
632
-
# File: /pytorch/executorch/docs/source/tutorials_source/export-to-executorch-tutorial.py:255 in forward, code: return torch.nn.functional.linear(x, torch.randn(5, 10))
0 commit comments