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))
input_encoders_numba.py 文件源码
python
阅读 21
收藏 0
点赞 0
评论 0
评论列表
文章目录