Home
last modified time | relevance | path

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

/external/libopus/dnn/torch/neural-pitch/
Dneural_pitch_update.py102 niters = (num_frames - 1)//chunk_size variable
/external/python/cpython3/Python/
Dbltinmodule.c1348 const Py_ssize_t niters = PyTuple_GET_SIZE(lz->iters); in map_next() local