TensorFlow基础笔记(4) Tensor Transformation
摘要:
抽取 tf.slice(input_, begin, size, name=None):按照指定的下标范围抽取连续区域的子集 tf.gather(params, indices, validate_indices=None, name=None):按照指定的下标集合从axis=0中抽取子集,适合抽取 阅读全文
posted @ 2017-09-30 16:52 Maddock 阅读(464) 评论(0) 推荐(0) 编辑