input_encoders_numba.py 文件源码

python
阅读 21 收藏 0 点赞 0 评论 0

项目:LSTM-and-maxlayer-for-SNV-based-phenotype-prediction 作者: widmi 项目源码 文件源码
def encode_jit(self, nr_samples, lengths, out, positions):
        """ Need to use this function to call the jit compiled function, as
            class support via numba is disabled sice 0.12"""
        encode_overlapping_binary_jit(n_inputnodes=self.data_nodes,
                             nr_samples=nr_samples, lengths=lengths, out=out, 
                             positions=np.uint32(positions))
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号