()
| 53 | } |
| 54 | |
| 55 | async componentDidMount() { |
| 56 | await tf.setBackend(BACKEND_TO_USE); |
| 57 | await tf.ready(); |
| 58 | this.setState({ |
| 59 | isTfReady: true, |
| 60 | }); |
| 61 | } |
| 62 | |
| 63 | showDiagnosticScreen() { |
| 64 | this.setState({ currentScreen: 'diag' }); |
nothing calls this directly
no test coverage detected