tensorlfowapi.py 文件源码

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

项目:SSD_tensorflow_VOC 作者: LevinJ 项目源码 文件源码
def test_scatter_nd():
    indices = tf.constant([[3]])
    updates = tf.constant([[9,10,11,12]])
    shape = tf.constant([8,4])
    scatter = tf.scatter_nd(indices, updates, shape)

    return scatter
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号