Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines constants that specify a direction for a recurrent DirectML operator.
Syntax
typedef enum DML_RECURRENT_NETWORK_DIRECTION {
DML_RECURRENT_NETWORK_DIRECTION_FORWARD,
DML_RECURRENT_NETWORK_DIRECTION_BACKWARD,
DML_RECURRENT_NETWORK_DIRECTION_BIDIRECTIONAL
} ;
Constants
DML_RECURRENT_NETWORK_DIRECTION_FORWARDIndicates the forward pass. |
DML_RECURRENT_NETWORK_DIRECTION_BACKWARDIndicates the backward pass. |
DML_RECURRENT_NETWORK_DIRECTION_BIDIRECTIONALIndicates both passes. |
Requirements
| Requirement | Value |
|---|---|
| Header | directml.h |