cast(to:)

Adds a cast operation to the current graph.

Declaration

func cast<U>(to type: U.Type) -> BNNSGraph.Builder.Tensor<U> where U : BNNSScalar