tensorflow-haskell/docs/haddock/tensorflow-test-0.1.0.0/tensorflow-test.txt

18 lines
514 B
Plaintext

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