Home
last modified time | relevance | path

Searched defs:input_scale (Results 1 – 5 of 5) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_3/
Dtanh_quant8_signed.mod.py18 input_scale, input_offset = 0.05, -28 variable
Ddepthwise_conv2d_quant8_signed.mod.py504 input_scale = 256.5 / 255 variable
/frameworks/ml/nn/runtime/test/specs/V1_2/
Dtanh_v1_2.mod.py32 input_scale, input_offset = 0.05, 100 variable
Ddepthwise_conv2d_v1_2.mod.py145 input_scale = 256.5 / 255 variable
/frameworks/ml/nn/common/operations/
DActivation.cpp331 const float input_scale = inputShape.scale; in hardSwishQuant() local