()
| 779 | } |
| 780 | |
| 781 | export function ensureTensorflowBackend() { |
| 782 | tf.util.assert( |
| 783 | tf.getBackend() === 'tensorflow', |
| 784 | () => `Expect the current backend to be "tensorflow", but got "${ |
| 785 | tf.getBackend()}"`); |
| 786 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…