1
0
mirror of https://github.com/tensorflow/haskell.git synced 2024-06-02 19:13:34 +02:00
tensorflow-haskell/docs/haddock/tensorflow-test-0.1.0.0/tensorflow-test.txt
2016-11-23 10:55:35 -08:00

17 lines
469 B
Plaintext

-- 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