You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc: "[in] Array containing tensor size (number of elements) along each of the TensorRank dimensions."
183
186
- type: const uint64_t*
184
187
name: GlobalStrides
185
-
desc: "[in] Array containing stride size (in bytes) along each of the tensorRank - 1 dimensions."
188
+
desc: "[in] Array containing stride size (in bytes) along each of the TensorRank - 1 dimensions."
186
189
- type: const uint32_t*
187
190
name: BoxDim
188
-
desc: "[in] Array containing traversal box size (number of elments) along each of the tensorRank dimensions. Specifies how many elements to be traversed along each tensor dimension."
191
+
desc: "[in] Array containing traversal box size (number of elments) along each of the TensorRank dimensions. Specifies how many elements to be traversed along each tensor dimension."
189
192
- type: const uint32_t*
190
193
name: ElementStrides
191
-
desc: "[in] Array containing traversal stride in each of the tensorRank dimensions."
194
+
desc: "[in] Array containing traversal stride in each of the TensorRank dimensions."
192
195
- type: $x_exp_tensor_map_interleave_flags_t
193
196
name: Interleave
194
197
desc: "[in] Type of interleaved layout the tensor addresses"
0 commit comments