tensorflow-test-0.1.0.0: Some common functions for test suites.
TensorFlow.Test
Synopsis
assertAllClose :: Vector Float -> Vector Float -> Assertion Source #
Compares that the vectors are element-by-element equal within the given tolerance. Raises an assertion and prints some information if not.