Results 8 issues of KIMURA Masaru

SSIA. this unneeded return type mangling triggers `-Wsign-compare` warning on compiling user app, at least w/ gcc-4.9.3. also there is no reason not having `typedef enum libusb_speed libusb_speed;` in libusb...

enhancement
core
API

i'm now digging `wavelets/wfilt_db.m`. please see following attached image and linked gist for detail. after some investigating, i realized this b/c large `N` produces very small `a`. any thoughts? ![cmp_db](https://user-images.githubusercontent.com/96903/52200364-eea7be00-28ab-11e9-8fc0-9506da889d87.png)...

* SSIA. + included commits from #1434. + newly introduced `TorchSharp.{Scalar,Tensor}LeakDetector` can throw exceptions on implicit conversion. - if enabled, it would show stack trace for possible missing `{TorchSharp.Scalar,torch.Tensor}.Dispose`. -...

* SSIA. + addressed to #1494. + fixed same symptom in `torchvision.io.read_async` as well. * intentionally postponed `RELEASENOTES.md` update; i'll do it after a review if needed. * N.B; `dotnet...

TorchSharp 0.105.0 doesn't have `torch.jit.ScriptModule.zero_grad` and falls back into `torch.nn.Module.zero_grad` incorrectly, then terminates silently. Most probably, because `JITModule` is not compatible to `NNModule` in LibTorchSharp. And as reported in https://github.com/pytorch/pytorch/issues/27144,...

**Describe the bug** * SSIA. **To Reproduce** * try to open an image file while processing `torchvision.io.read_image{,_async}(string filename, ...)`. **Expected behavior** * following `stream` must be opened w/ `FileAccess.Read` and...

bug

**Describe the bug** SSIA. **To Reproduce** ``` $ git tag 0.1 libtorch-1.8.0.7 v0.95.4 v0.96.3 v0.99.3 ``` **Expected behavior** ``` $ git tag 0.1 libtorch-1.8.0.7 v0.95.4 v0.96.3 v0.99.3 ... v0.105.1 ```...

bug