cast(to:)
Adds a cast operation to the current graph.
Declaration
func cast<U>(to type: U.Type) -> BNNSGraph.Builder.Tensor<U> where U : BNNSScalarAdds a cast operation to the current graph.
func cast<U>(to type: U.Type) -> BNNSGraph.Builder.Tensor<U> where U : BNNSScalar