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()))
80 float *output;
96 output = operands[1].data;
98 if (fabs(output[i] - expected_output[i]) > EPSON) {
99 printf("at index %d, output: %f, expected_output: %f\n", i, output[i], expected_output[i]);
100 av_freep(&output);
105 av_freep(&output);
123 output = sess.run(y, feed_dict={x: data})
129 print("output:")
130 print(output.shape)
131 print(list(output.flatten()))
160 float *output;
176 output = operands[1].data;
178 if (fabs(output[i] - expected_output[i]) > EPSON) {
179 printf("at index %d, output: %f, expected_output: %f\n", i, output[i], expected_output[i]);
180 av_freep(&output);
185 av_freep(&output);