# you may not use this file except in compliance with the License. # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 parser.add ...
os.environ["MKL_NUM_THREADS"] = str(num_threads * 2 // 3) os.environ["NUMEXPR_NUM_THREADS"] = str(num_threads * 2 // 3) os.environ["OMP_NUM_THREADS"] = str(num ...