OrtApi.SetDimensions

\param info Created from CreateTensorTypeAndShapeInfo() function \param dim_values An array with length of dim_count. Its elements can contain negative values. \param dim_count length of dim_values

struct OrtApi
OrtStatus* function(OrtTensorTypeAndShapeInfo* info, const(long)* dim_values, size_t dim_count) SetDimensions;

Meta