Home
last modified time | relevance | path

Searched defs:input_offset (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dtanh_v1_2.mod.py30 input_scale, input_offset = 0.05, 100 variable
/frameworks/ml/nn/common/operations/
DPRelu.cpp65 const int32_t input_offset = -aShape.offset; in evalQuant8() local