mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-09 11:25:25 +08:00
update production build
This commit is contained in:
Vendored
+15
-15
File diff suppressed because one or more lines are too long
+1
-5
@@ -2,11 +2,7 @@ import Model from './Model'
|
||||
import Tensor from './Tensor'
|
||||
import * as activations from './activations'
|
||||
import * as layers from './layers'
|
||||
|
||||
let testUtils
|
||||
if (process.env.NODE_ENV !== 'production') {
|
||||
testUtils = require('./testUtils')
|
||||
}
|
||||
import * as testUtils from './testUtils'
|
||||
|
||||
export {
|
||||
Model,
|
||||
|
||||
Reference in New Issue
Block a user