Enum | Description |
---|---|
CellAct |
Activations
|
DataFormat |
Data format: "NCHW" or "NHWC"
|
GateAct |
Activations
|
ImageResizeMethod |
ResizeBilinear: Bilinear interpolation.
|
LSTMDataFormat |
for unidirectional:
TNS: shape [timeLength, numExamples, inOutSize] - sometimes referred to as "time major"
NST: shape [numExamples, inOutSize, timeLength] NTS: shape [numExamples, timeLength, inOutSize] - TF "time_major=false" layout for bidirectional: T2NS: 3 = [timeLength, 2, numExamples, inOutSize] (for ONNX) |
LSTMDirectionMode |
direction
FWD: 0 = fwd BWD: 1 = bwd BIDIR_SUM: 2 = bidirectional sum BIDIR_CONCAT: 3 = bidirectional concat BIDIR_EXTRA_DIM: 4 = bidirectional extra output dim (in conjunction with format dataFormat = 3) |
OutAct |
Activations
|
PadMode |
Padding format
|
PartitionMode |
partition_mode == 0 - i.e.
|
RnnDataFormat |
The data format of the input.
|
WeightsFormat |
Weights format: [kH, kW, iC, oC] or [oC, iC, kH, kW], or [oC, kH, kW, iC]
|
Copyright © 2020. All rights reserved.