Definition
Web Neural Network API defines MLInstanceNormalizationOptions
dictionary MLInstanceNormalizationOptions : MLOperatorOptions {
MLOperand scale;
MLOperand bias;
double epsilon = 1e-5;
MLInputOperandLayout layout = "nchw";
};
MLInstanceNormalizationOptions
dictionaryWeb Neural Network API defines MLInstanceNormalizationOptions
dictionary MLInstanceNormalizationOptions : MLOperatorOptions {
MLOperand scale;
MLOperand bias;
double epsilon = 1e-5;
MLInputOperandLayout layout = "nchw";
};