mirror of
https://github.com/wassname/keras-js.git
synced 2026-09-09 11:25:25 +08:00
remove gpu.js
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/3.0.2/mocha.min.js"></script>
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/chai/3.5.0/chai.min.js"></script>
|
||||
|
||||
<script src="/lib/gpu.min.js"></script>
|
||||
<script src="/lib/weblas.js"></script>
|
||||
<script src="/dist/keras.js"></script>
|
||||
|
||||
|
||||
Vendored
-44
File diff suppressed because one or more lines are too long
@@ -103,7 +103,8 @@ export default class Convolution2D extends Layer {
|
||||
}
|
||||
|
||||
/**
|
||||
* Pad input tensor if necessary, for borderMode='same'
|
||||
* Pad input tensor if necessary, for borderMode='same'.
|
||||
* See above for notes on calculating padding.
|
||||
* @param {Tensor} x
|
||||
* @returns {Tensor} x
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user