Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Contains the values of scale and bias terms supplied to a DirectML operator. Scale and bias have the effect of applying the function g(x) = x * Scale + Bias.
Syntax
struct DML_SCALE_BIAS {
FLOAT Scale;
FLOAT Bias;
};
Members
Scale
Type: FLOAT
The scale term in g(x) = x * Scale + Bias.
Bias
Type: FLOAT
The bias term in g(x) = x * Scale + Bias.
Requirements
| Requirement | Value |
|---|---|
| Header | directml.h |