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
| shape |\[integer]|**REQUIRED** Shape of the n-dimensional result array (e.g.: $B \times H \times W$ or $B \times C$), possibly including a batch size dimension. The dimensions must either be greater than 0 or -1 to indicate a variable size. |
579
-
| dim_order |\[[Dimension Order](#dimension-order)]|**REQUIRED** Order of the `shape` dimensions by name for the result array. |
580
-
| data_type |[Data Type Enum](#data-type-enum)|**REQUIRED** The data type of values in the n-dimensional array. For model outputs, this should be the data type of the result of the model inference without extra post processing. |
| shape |\[integer]|**REQUIRED** Shape of the n-dimensional result array (e.g.: $`B \times H \times W`$ or $`B \times C`$), possibly including a batch size dimension. The dimensions must either be greater than 0 or -1 to indicate a variable size. |
579
+
| dim_order |\[[Dimension Order](#dimension-order)]|**REQUIRED** Order of the `shape` dimensions by name for the result array. |
580
+
| data_type |[Data Type Enum](#data-type-enum)|**REQUIRED** The data type of values in the n-dimensional array. For model outputs, this should be the data type of the result of the model inference without extra post processing. |
0 commit comments