-
#include "tensorstore/schema.h"
- RankConstraint tensorstore::Schema::rank() const;
- explicit tensorstore::Schema::operator RankConstraint() const;
- absl::Status tensorstore::Schema::Set(RankConstraint rank);
Specifies the rank (
dynamic_rank
indicates unspecified).The rank, if specified, is always a hard constraint.