Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/src/
H A Dfile.rs43 let mut input_offset = 0; in write_all_at() localVariable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
H A Dtanh_quant8_signed.mod.py18 input_scale, input_offset = 0.05, -28 variable
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
H A Dtanh_v1_2.mod.py32 input_scale, input_offset = 0.05, 100 variable
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DPRelu.cpp72 const int32_t input_offset = -aShape.offset; in evalQuant8() local