Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/specs/V1_2/
Dquantized_lstm.mod.py51 StateType = ("TENSOR_QUANT16_SYMM", (n_batch, n_cell), 1 / 2048, 0) variable
150 StateType = ("TENSOR_QUANT16_SYMM", (n_batch, n_cell), 1 / 2048, 0) variable
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDeviceStateMonitorTest.java89 private @interface StateType {} annotation in DeviceStateMonitorTest