Skip to content

Commit 633e73d

Browse files
committed
indenting fix
1 parent 674074b commit 633e73d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

llvm/docs/MLGO.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ for input features and the ``TensorSpec`` of the output (e.g.
8686
a 0-based indexing array-like container. Given a ``TensorSpec`` at index "I" in
8787
the input list, that has a name "N", shape "D1 x D2x ... Dn", and scalar type
8888
"T", the implementer must:
89+
8990
- set up a contiguous buffer sized ``sizeof(T) * D1 * D2 * ... * Dn``. This
90-
buffer's lifetime must be the same as the lifetime of the implementer object;
91+
buffer's lifetime must be the same as the lifetime of the implementer object.
9192
- call ``MLModelRunner::setUpBufferForTensor`` passing I, the ``TensorSpec``,
9293
and the buffer above.
9394

0 commit comments

Comments
 (0)