LSTMP
Description
Computes a one-layer LSTMP.
Input
- x: input tensor of type float16.
- wx: input tensor of type float16.
- bias: input tensor of type float16.
- wr: input tensor of type float16.
- project: input tensor of type float16.
- real_mask (optional): input tensor of type float16.
- init_h (optional): input tensor of type float16.
- init_c (optional): input tensor of type float16.
Output
- y: output tensor of type float16.
- output_h: output tensor of type float16.
- output_c: output tensor of type float16.
Constraints
This operator is customized for specific user scenarios and is not recommended in irrelevant scenarios.
ONNX Opset Support
Opset v8/v9/v10/v11/v12/v13/v14/v15/v16
Parent topic: Supported ONNX Operators