hsgui

Results 4 issues of hsgui

最新的路径应该是: import "openzeppelin-contracts/contracts/token/ERC20/IERC20.sol"; import "openzeppelin-contracts/contracts/token/ERC20/ERC20.sol"; 多了一个子目录:"contracts"

请问一下各路大神,以下代码细节: ```python class AttentionPoolingLayer(Layer): def __init__(self, att_hidden_units=(256, 128, 64)): super(AttentionPoolingLayer, self).__init__() self.att_hidden_units = att_hidden_units self.local_att = LocalActivationUnit(self.att_hidden_units) def call(self, inputs): # keys: B x len x emb_dim, queries: B x...

in `flare/base/tsc.h` ```c++ inline std::uint64_t TscElapsed(std::uint64_t start, std::uint64_t to) { if (FLARE_UNLIKELY(start >= to)) { FLARE_LOG_WARNING_IF_EVERY_N( start - to > 1'000'000, 100, "Unexpected: TSC goes backward for more than 1M...

**Is your feature request related to a problem? Please describe.** I wish I could use RAFT together with another thirdparty library. but the redefine of `ASSERT` in [error.hpp](https://github.com/rapidsai/raft/blob/90e62e029e8f4888c1dd564bbd284e6dc2d4e8be/cpp/include/raft/core/error.hpp#L191C9-L191C15) will cause...

feature request