Real2FFTStageImpl

final class Real2FFTStageImpl(layer: Layer)(implicit a: Allocator) extends FFT2HalfStageImpl
class StageImpl[FanInShape4[D, I, I, I, D]]
class GraphStage[FanInShape4[D, I, I, I, D]]
class GraphStageWithMaterializedValue[FanInShape4[D, I, I, I, D], NotUsed]
trait Graph[FanInShape4[D, I, I, I, D], NotUsed]
class Object
trait Matchable
class Any

Type members

Inherited types

type Shape = S
Inherited from:
Graph

Value members

Concrete methods

def createLogic(attr: Attributes): NodeImpl[Shape]

Inherited methods

def addAttributes(attr: Attributes): Graph[FanInShape4[D, I, I, I, D], NotUsed]
Inherited from:
Graph
def async(dispatcher: String, inputBufferSize: Int): Graph[FanInShape4[D, I, I, I, D], NotUsed]
Inherited from:
Graph
def async(dispatcher: String): Graph[FanInShape4[D, I, I, I, D], NotUsed]
Inherited from:
Graph
def async: Graph[FanInShape4[D, I, I, I, D], NotUsed]
Inherited from:
Graph
final def connect(in: OutD, rows: OutI, columns: OutI, mode: OutI)(implicit b: Builder): OutD
Inherited from:
FFT2HalfStageImpl
final override def createLogicAndMaterializedValue(inheritedAttributes: Attributes): (GraphStageLogic, NotUsed)
Definition Classes
GraphStage -> GraphStageWithMaterializedValue
Inherited from:
GraphStage
def getAttributes: Attributes
Inherited from:
Graph
override def initialAttributes: Attributes
Definition Classes
StageImpl -> GraphStageWithMaterializedValue
Inherited from:
StageImpl
def named(name: String): Graph[FanInShape4[D, I, I, I, D], NotUsed]
Inherited from:
Graph
override def toString: String
Definition Classes
StageImpl -> Any
Inherited from:
StageImpl
final override def withAttributes(attr: Attributes): Graph[FanInShape4[D, I, I, I, D], NotUsed]
Definition Classes
GraphStageWithMaterializedValue -> Graph
Inherited from:
GraphStageWithMaterializedValue

Inherited fields

final protected val name: String
Inherited from:
StageImpl
final val shape: Shape
Inherited from:
FFT2HalfStageImpl