utils.py 文件源码

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

项目:zhusuan 作者: thu-ml 项目源码 文件源码
def assert_rank_at_least_one(tensor, name):
    """
    Whether the rank of `tensor` is at least one.

    :param tensor: A tensor to be checked.
    :param name: The name of `tensor` for error message.
    :return: The checked tensor.
    """
    return assert_rank_at_least(tensor, 1, name)
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号