()
| 39 | export const useOneHotElement = document.getElementById('use-one-hot'); |
| 40 | |
| 41 | export function getBatchSize() { |
| 42 | return batchSizeElement.valueAsNumber; |
| 43 | } |
| 44 | |
| 45 | export function getTake() { |
| 46 | return takeElement.valueAsNumber; |
no outgoing calls
no test coverage detected