()
| 20 | import {expectArraysClose} from '../../test_util'; |
| 21 | |
| 22 | function TensorValue3x4Float() { |
| 23 | return tf.tensor2d([[1, 2, 3, 4], [-1, -2, -3, -4], [6, 7, 8, 9]]); |
| 24 | } |
| 25 | |
| 26 | function TensorValue3x4Integer() { |
| 27 | return tf.tensor2d( |
no outgoing calls
no test coverage detected
searching dependent graphs…