ReduceMean
public final class ReduceMean : Model
reduce mean model.
-
Declaration
Swift
public init(axis: [Int], name: String = "")
-
Declaration
Swift
public func callAsFunction<T: DynamicGraph.TensorGroup>( _ input: T, streamContext: StreamContext? = nil ) -> T