InputType |
AttentionVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
ElementWiseVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
FrozenVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
abstract InputType |
GraphVertex.getOutputType(int layerIndex,
InputType... vertexInputs)
Determine the type of output for this GraphVertex, given the specified inputs.
|
InputType |
L2NormalizeVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
L2Vertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
LayerVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
MergeVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
PoolHelperVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
PreprocessorVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
ReshapeVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
ScaleVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
ShiftVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
StackVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
SubsetVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |
InputType |
UnstackVertex.getOutputType(int layerIndex,
InputType... vertexInputs) |