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 00723cd commit f946f4aCopy full SHA for f946f4a
docs/IR.md
@@ -101,7 +101,7 @@ Placeholders are symbolic nodes that are not backed by a concrete tensor during
101
the compilation of the program. Inputs and outputs of Glow programs should be
102
modeled using Placeholder nodes. Concrete tensors are attached to placeholder
103
nodes during the compilation of the program, and not before. This means that
104
-unlike constants, the optimizer can’t inspect or mutate the content of
+unlike constants, the optimizer can't inspect or mutate the content of
105
Placeholder nodes. The same program could be compiled using different bound
106
tensors without changing the semantics of the program.
107
0 commit comments