Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/test/
H A Dltpf.py27 def __init__(self, dt, sr, history = 0): argument
91 def __init__(self, n, history = 0): argument
/btstack/port/stm32-f4discovery-usb/Drivers/CMSIS/NN/Examples/ARM/arm_nn_examples/gru/
H A Darm_nnexamples_gru.cpp141 q15_t *history = scratch_input + history_size + input_size; in gru_example() local