Skip to content

Commit cf87e79

Browse files
JacobSzwejbkafacebook-github-bot
authored andcommitted
Update stale comment name (#1807)
Summary: Pull Request resolved: #1807 title Reviewed By: lucylq Differential Revision: D53323189 fbshipit-source-id: deba2c59316b1f6f042a669db83ae19d2e9111a2
1 parent acb401f commit cf87e79

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

schema/program.fbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ table Tensor {
6767
// variants of non-constant Tensor ("input" and control-flow "placeholder") as a special
6868
// optimization to avoid holding unnecessary AllocationDetails.
6969
// In summary:
70-
// constant_buffer_idx > 0, pre_allocation = Null: Tensor is a constant
71-
// constant_buffer_idx = 0, pre_allocation = Non Null: Tensor is a non-constant.
72-
// constant_buffer_idx = 0, pre_allocation = Null: Tensor is a non-constant
70+
// constant_buffer_idx > 0, allocation_info = Null: Tensor is a constant
71+
// constant_buffer_idx = 0, allocation_info = Non Null: Tensor is a non-constant.
72+
// constant_buffer_idx = 0, allocation_info = Null: Tensor is a non-constant
7373
// that will receive a dataptr at input time or during execution.
7474
//
7575
// Index to the program's constant buffer table, value 0 is reserved to indicate non constant

0 commit comments

Comments
 (0)