SquareRoot
public final class SquareRoot : Model
Square root of a input. It will not do broadcast.
-
Declaration
Swift
public init(name: String = "")
-
Declaration
Swift
public func callAsFunction<T: DynamicGraph.TensorGroup>( _ input: T, streamContext: StreamContext? = nil ) -> T