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()))
90 float *output;
112 output = operands[1].data;
114 if (fabs(output[i] - expected_output[i]) > EPSON) {
115 printf("at index %d, output: %f, expected_output: %f\n", i, output[i], expected_output[i]);
116 av_freep(&output);
121 av_freep(&output);