complex_util.py 文件源码

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

项目:tensorflow_with_latest_papers 作者: NickShahML 项目源码 文件源码
def get_unit_variable_c( name, scope, shape ):
    theta = tf.get_variable(name, shape=shape, initializer = tf.random_uniform_initializer(-pi,pi) )
    return tf.complex( tf.cos(theta), tf.sin(theta) )
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号