(x: Tensor, y: Tensor)
| 393 | |
| 394 | it(`get custom loss works`, () => { |
| 395 | const customLoss = (x: Tensor, y: Tensor) => scalar(42.0); |
| 396 | expect(losses.get(customLoss)).toEqual(customLoss); |
| 397 | }); |
| 398 | }); |
nothing calls this directly
no test coverage detected
searching dependent graphs…