Home
last modified time | relevance | path

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

/aosp_15_r20/external/ruy/example/
H A Dexample.cc106 const int exponent_data[] = {1, -2}; in ExampleMulInt8PerChannelQuantized() local
159 const int exponent_data[] = {1, -2}; in ExampleMulInt8TimesInt16PerChannelQuantized() local
/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dpow_same_shape.mod.py21 exponent_data = [4, 3, 2, 1, 0.5, 0] variable