Home | History | Annotate | Download | only in client

Lines Matching refs:np_array

1230           np_array = np.random.randint(-10, 10, shape)
1233 np_array = np_array > 0
1235 np_array = np.sqrt(np_array.astype(np_dtype))
1237 np_array = np.sqrt(np_array.astype(np_dtype))
1239 np_array = np_array.astype(np_dtype)
1241 self.assertAllEqual(np_array,
1243 feed_t: np_array
1246 self.assertAllEqual(np_array,
1248 feed_t: np_array
1253 feed_t: np_array
1255 self.assertAllEqual(np_array, out_v)
1256 self.assertAllEqual(np_array, feed_v)
1259 out_v, feed_v = feed_fetch_runner(np_array)
1260 self.assertAllEqual(np_array, out_v)
1261 self.assertAllEqual(np_array, feed_v)