Lines Matching refs:data
30 // the input data and expected data are generated with below python code.
34 data = np.random.rand(1, 5, 6, 3);
51 output = sess.run(y, feed_dict={x: data})
54 print(data.shape)
55 print(list(data.flatten()))
113 operands[0].data = input;
118 operands[1].data = NULL;
123 output = operands[1].data;
138 // the input data and expected data are generated with below python code.
142 data = np.random.rand(1, 5, 6, 3);
159 output = sess.run(y, feed_dict={x: data})
162 print(data.shape)
163 print(list(data.flatten()))
217 operands[0].data = input;
222 operands[1].data = NULL;
227 output = operands[1].data;