impute.py 文件源码

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

项目:aboleth 作者: data61 项目源码 文件源码
def _check_rank_type(self, X, M):
        """Check the rank of the input tensors."""
        data_rank = len(X.shape)
        mask_rank = len(M.shape)
        assert data_rank == 3
        assert mask_rank == 2
        assert tf.as_dtype(M.dtype).is_bool
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号