fukatani

Results 65 comments of fukatani

I found mil ops does not support i64 except for `cast`.

It seems related to this issue. https://github.com/apple/coremltools/issues/1457 This may be fixed in next version since #1460 was merged.

I confirm that conversion was successfully finished with #1460 in my development environment.

I found this code works fine for me. ```python with torch.no_grad(): tgt = torch.randint(3, 113, (1, 10, 5), dtype=torch.int32) traced_model = torch.jit.trace(model, tgt) tgt_shape = coremltools.Shape(shape=(1, coremltools.RangeDim(1, 15), 5)) coreml_model...

ちなみに、`download`のときに分割することはできないのでしょうか? GCJわかってないのですが、

しかし、どうすればいいの。

たしかに(3)がいいですね。 それよりやるやる詐欺になっている #688 に取り掛からねば。

I recommend make one PR for one untested item.

One method is convert systemverilog to verilog before preprocessing.↓ http://electronics.stackexchange.com/questions/78834/systemverilog-to-verilog-translation But part of systemverilog feature are challenging (interface, enum, struct, union). Personally, my group don't use interface, enum, struct and...

Thank you for your reply. Current bindvisitor.alwaysinfo doesn't include synchronized reset information. (Because current createAlwaysinfo search signals only in node.sens_list.list). And I hope to implement special method for bindvisitor._createAlwaysinfo, not...