Package | Description |
---|---|
edu.snu.coral.common.ir.edge | |
edu.snu.coral.common.ir.edge.executionproperty | |
edu.snu.coral.common.ir.executionproperty |
Constructor and Description |
---|
IREdge(DataCommunicationPatternProperty.Value commPattern,
IRVertex src,
IRVertex dst,
Coder coder)
Constructor of IREdge.
|
IREdge(DataCommunicationPatternProperty.Value commPattern,
IRVertex src,
IRVertex dst,
Coder coder,
Boolean isSideInput)
Constructor of IREdge.
|
Modifier and Type | Method and Description |
---|---|
static DataCommunicationPatternProperty.Value |
DataCommunicationPatternProperty.Value.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataCommunicationPatternProperty.Value[] |
DataCommunicationPatternProperty.Value.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static DataCommunicationPatternProperty |
DataCommunicationPatternProperty.of(DataCommunicationPatternProperty.Value value)
Static method exposing the constructor.
|
Modifier and Type | Method and Description |
---|---|
static ExecutionPropertyMap |
ExecutionPropertyMap.of(IREdge irEdge,
DataCommunicationPatternProperty.Value commPattern)
Static initializer for irEdges.
|
Copyright © 2018. All rights reserved.