Comparing version
{ | ||
"name": "menoh", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "NodeJS binding for Menoh DNN inference library.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -129,2 +129,3 @@ # menoh | ||
Add an input profile for the given name. | ||
> Data type is implicitly set to `float32`. | ||
@@ -134,2 +135,3 @@ #### builder.addOutput(output_var_name{string}) => {void} | ||
> It currently takes no argument other than the name. | ||
> Data type is implicitly set to `float32`. | ||
@@ -146,6 +148,6 @@ #### builder.buildModel(config{object}) => {Model} | ||
#### model.getProfile(var_name{string}) => {object} | ||
Returns an object for the given name. | ||
The object has following properties: | ||
* dims {array}: Output buffer dimensions. (e.g. [1, 3, 244, 244]) | ||
* buf {Buffer}: Output buffer attached to the variable. | ||
Returns a profile information for the given name. | ||
The returned object has following properties: | ||
* dims {array}: Dimensions of the attached buffer. (e.g. [1, 3, 244, 244]) | ||
* buf {Buffer}: Reference to the buffer attached to the variable. | ||
* dtype {string}: Data type. | ||
@@ -152,0 +154,0 @@ |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
176
1.15%2
-33.33%841435
-88.46%25
-10.71%1
Infinity%265
-69.33%6
200%