Dropout - version 1#
This page documents version 1 of operator Dropout. See Dropout for the latest version (since version 22).
Domain:
ai.onnxSince version: 1
Inputs
data (T): The input data as Tensor.
Outputs
output (T): The output.
mask (T): The output mask. If is_test is nonzero, this output is not filled.
Type Constraints
T: Constrain input and output types to float tensors. Allowed types: tensor(double), tensor(float), tensor(float16).