HomeSort by relevance Sort by last modified time
    Searched refs:flat_output (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/python/kernel_tests/
parse_single_example_op_test.py 70 flat_output):
80 tester.assertAllEqual(expected_v[0], flat_output[i])
81 tester.assertAllEqual(expected_v[1], flat_output[i + 1])
82 tester.assertAllEqual(expected_v[2], flat_output[i + 2])
86 tester.assertAllEqual(expected_v, flat_output[i])
    [all...]
parsing_ops_test.py 70 flat_output):
80 tester.assertAllEqual(expected_v[0], flat_output[i])
81 tester.assertAllEqual(expected_v[1], flat_output[i + 1])
82 tester.assertAllEqual(expected_v[2], flat_output[i + 2])
86 tester.assertAllEqual(expected_v, flat_output[i])
    [all...]
  /external/tensorflow/tensorflow/python/ops/
rnn.py 295 for output, flat_output in zip(final_output, flat_zero_output):
296 output.set_shape(flat_output.get_shape())
    [all...]
  /external/tensorflow/tensorflow/python/keras/
backend.py     [all...]

Completed in 89 milliseconds