Lines Matching defs:output
51 output = sess.run(y, feed_dict={x: data})
57 print("output:")
58 print(output.shape)
59 print(list(output.flatten()))
88 float *output;
123 output = operands[1].data;
125 if (fabs(output[i] - expected_output[i]) > EPSON) {
126 printf("at index %d, output: %f, expected_output: %f\n", i, output[i], expected_output[i]);
127 av_freep(&output);
132 av_freep(&output);
159 output = sess.run(y, feed_dict={x: data})
165 print("output:")
166 print(output.shape)
167 print(list(output.flatten()))
193 float *output;
227 output = operands[1].data;
229 if (fabs(output[i] - expected_output[i]) > EPSON) {
230 printf("at index %d, output: %f, expected_output: %f\n", i, output[i], expected_output[i]);
231 av_freep(&output);
236 av_freep(&output);