File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,9 +67,9 @@ table Tensor {
67
67
// variants of non-constant Tensor ("input" and control-flow "placeholder") as a special
68
68
// optimization to avoid holding unnecessary AllocationDetails.
69
69
// 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
73
73
// that will receive a dataptr at input time or during execution.
74
74
//
75
75
// Index to the program's constant buffer table, value 0 is reserved to indicate non constant
You can’t perform that action at this time.
0 commit comments