Dropout - version 7#
This page documents version 7 of operator Dropout. See Dropout for the latest version (since version 22).
Domain:
ai.onnxSince version: 7
Inputs
data (T): The input data as Tensor.
Outputs
output (T): The output.
mask (T): The output mask.
Type Constraints
T: Constrain input and output types to float tensors. Allowed types: tensor(double), tensor(float), tensor(float16).
Differences with previous version (6)#
SchemaDiff: Dropout (domain 'ai.onnx')
old version: 6
new version: 7
breaking: no