Skip to content

Commit

Permalink
Merge pull request #847 from mil-tokyo/release-v1.2.5
Browse files Browse the repository at this point in the history
release v1.2.5
  • Loading branch information
milhidaka authored May 24, 2018
2 parents 5306a4d + 2132eb1 commit 6316517
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 8 deletions.
Binary file removed dist/webdnn-1.2.4.tar.gz
Binary file not shown.
Binary file added dist/webdnn-1.2.5.tar.gz
Binary file not shown.
3 changes: 2 additions & 1 deletion dist/webdnn.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -875,6 +875,7 @@ declare module 'webdnn/descriptor_runner/descriptor_runner_webassembly' {
static checkAvailability(): boolean;
constructor();
init(): Promise<void>;
private absolutePath(path);
setDescriptorAndParameters(descriptor: GraphDescriptorWebassembly, parameters: ArrayBuffer): Promise<void>;
/**
* Fetch graph descriptor from specified directory.
Expand Down Expand Up @@ -925,7 +926,7 @@ declare module 'webdnn/descriptor_runner/descriptor_runner_webassembly' {
[key: string]: number;
}): Promise<void>;
private setPlaceholderValueWorker(dynamicBufferSize, metaBufferFillArray);
private compile();
private compile(worker_src);
private loadWeights(weightsData);
getInputViews(): SymbolicFloat32Array[];
getOutputViews(): SymbolicFloat32Array[];
Expand Down
2 changes: 1 addition & 1 deletion dist/webdnn.es5.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/webdnn.es5.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/webdnn.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/webdnn.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdnn",
"version": "1.2.4",
"version": "1.2.5",
"description": "Deep Neural Network Execution Framework for Web Browsers",
"main": "src/descriptor_runner/webdnn.js",
"types": "dist/webdnn.d.ts",
Expand Down

0 comments on commit 6316517

Please sign in to comment.