nthread property

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

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

Implementation

@ffi.Int32()
external int nthread;