Mul
public final class Mul : Model
Multiply two inputs together. It will do broadcast if needed.
-
Declaration
Swift
public init(scalar: Float = 1, name: String = "")
-
Declaration
Swift
public func callAsFunction<T: DynamicGraph.TensorGroup>( _ left: T, _ right: T, streamContext: StreamContext? = nil ) -> T