tensorflow-test-0.1.0.0: Some common functions for test suites.
Safe HaskellNone
LanguageHaskell2010

TensorFlow.Test

Synopsis

Documentation

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.