Searched defs:sym_batch (Results 1 – 1 of 1) sorted by relevance
170 sym_batch = np.zeros((num_frames-offset, args.num_redundancy_frames//2, nsymbols), dtype='float32') variable177 sym_batch = sym_batch * quant_scale variable178 sym_batch = apply_dead_zone([sym_batch, dead_zone]).numpy() variable179 sym_batch = np.round(sym_batch) variable190 sym_batch = sym_batch / quant_scale variable