1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-09-29 01:27:24 +02:00
tensorflow-haskell/docs/haddock/tensorflow-test-0.1.0.0/tensorflow-test.txt
2016-11-23 10:55:35 -08:00

16 lines
469 B
Text

-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Some common functions for test suites.
--
-- Some common functions for test suites.
@package tensorflow-test
@version 0.1.0.0
module TensorFlow.Test
-- | Compares that the vectors are element-by-element equal within the
-- given tolerance. Raises an assertion and prints some information if
-- not.
assertAllClose :: Vector Float -> Vector Float -> Assertion