nthread property

  1. @Int()
int nthread
getter/setter pair

number of threads to use for quantizing, if <=0 will use std::thread::hardware_concurrency()

Implementation

@ffi.Int()
external int nthread;