()
| 34 | } |
| 35 | |
| 36 | export function testEpsilon() { |
| 37 | return ENGINE.backend.floatPrecision() === 32 ? TEST_EPSILON_FLOAT32 : |
| 38 | TEST_EPSILON_FLOAT16; |
| 39 | } |
| 40 | |
| 41 | function expectArraysPredicate( |
| 42 | actual: TensorLike, expected: TensorLike, |
no test coverage detected
searching dependent graphs…