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