Skip to content

Commit

Permalink
[trivial] Remove non-ASCII in docs/IR.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bertmaher committed Oct 19, 2018
1 parent 00723cd commit f946f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/IR.md
Expand Up @@ -101,7 +101,7 @@ Placeholders are symbolic nodes that are not backed by a concrete tensor during
the compilation of the program. Inputs and outputs of Glow programs should be
modeled using Placeholder nodes. Concrete tensors are attached to placeholder
nodes during the compilation of the program, and not before. This means that
unlike constants, the optimizer cant inspect or mutate the content of
unlike constants, the optimizer can't inspect or mutate the content of
Placeholder nodes. The same program could be compiled using different bound
tensors without changing the semantics of the program.

Expand Down

0 comments on commit f946f4a

Please sign in to comment.