TypeTensor - v0.1.0
    Preparing search index...

    Type Alias OutputOf<T>

    OutputOf: T["__output"]

    Extract the output storage from a transformation This is useful for getting the resulting TensorStorage from operations

    Type Parameters

    type NegOp = Neg<SomeTensor>;
    type Result = OutputOf<NegOp>; // TensorStorage<...>