SerranoOperatorSymbol

public class SerranoOperatorSymbol: SerranoGraphSymbol, OperatorSymbol

Implementaion of OperatorSymbol

  • Get output symbols of this operator. The output shapes are decided by operaotr’s function outputShape(shapeArray: inputShapes)

    Note

    This function will automatically add return symbols in outBounds.

    Declaration

    Swift

    public func outputSymbols() -> [TensorSymbol]

    Return Value

    Array of TensorSymbols.