Lines Matching defs:output
40 output = sess.run(y, feed_dict={x: data})
46 print("output:")
47 print(output.shape)
48 print(list(output.flatten()))
73 float *output;
86 output = operands[1].data;
88 if (fabs(output[i] - expected_output[i]) > EPSON) {
89 printf("at index %d, output: %f, expected_output: %f\n", i, output[i], expected_output[i]);
90 av_freep(&output);
95 av_freep(&output);