* @desc Returns the *pre-compiled* Kernel as a JS Object String, that can be reused.
()
| 243 | * @desc Returns the *pre-compiled* Kernel as a JS Object String, that can be reused. |
| 244 | */ |
| 245 | toString() { |
| 246 | return cpuKernelString(this); |
| 247 | } |
| 248 | |
| 249 | /** |
| 250 | * @desc Get the maximum loop size String. |
no test coverage detected