-
#include "tensorstore/schema.h"
-
absl::Status tensorstore::Schema::TransformInputSpaceSchema(
IndexTransformView<> transform); Transforms a
Schema
by an index transform.Upon invocation, the input domain of
transform
corresponds tothis
. Upon return,this
corresponds to the output space oftransform
.