1
0
Fork 0
mirror of https://github.com/tensorflow/haskell.git synced 2024-11-14 23:19:43 +01:00
tensorflow-haskell/docs/haddock/tensorflow-test-0.1.0.0/tensorflow-test.txt
2018-08-13 21:05:49 -07:00

17 lines
514 B
Text

-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Some common functions for test suites.
--
-- This package provides common utility functions for the TensorFlow 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