We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fce09f commit 78189edCopy full SHA for 78189ed
prototype_source/inductor_windows_cpu.rst
@@ -79,7 +79,7 @@ Here’s a simple example to demonstrate how to use TorchInductor:
79
opt_foo1 = torch.compile(foo)
80
print(opt_foo1(torch.randn(10, 10), torch.randn(10, 10)))
81
82
-The code above returns the following output:
+Here is the sample output that this code might return:
83
84
.. code-block:: sh
85
0 commit comments