We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Make TensorSpace's layer can be created by directly given the shape. For example:
let depthwiseConv2d = new TSP.DepthwiseConv2d({ shape: [28, 28, 32], name: "depthwise_1" });