LISTING 6.6: tf-filter.py import tensorflow as tf import numpy as np #def filter_fn(x): # return tf.reshape(tf.not_equal(x % 2, 1), []) x = np.array([1,2,3 ...
確定! 回上一頁