@tensorflow/tfjs-converter
Advanced tools
Comparing version 1.2.9 to 1.2.10
@@ -31,2 +31,3 @@ "use strict"; | ||
var tfc = require("@tensorflow/tfjs-core"); | ||
// tslint:disable-next-line: no-imports-from-dist | ||
var util_1 = require("@tensorflow/tfjs-core/dist/scripts/test_snippets/util"); | ||
@@ -33,0 +34,0 @@ var tfconv = require("../src/index"); |
@@ -27,31 +27,31 @@ /** | ||
export declare enum DataType { | ||
DT_INVALID = 0, | ||
DT_FLOAT = 1, | ||
DT_DOUBLE = 2, | ||
DT_INT32 = 3, | ||
DT_UINT8 = 4, | ||
DT_INT16 = 5, | ||
DT_INT8 = 6, | ||
DT_STRING = 7, | ||
DT_COMPLEX64 = 8, | ||
DT_INT64 = 9, | ||
DT_BOOL = 10, | ||
DT_QINT8 = 11, | ||
DT_QUINT8 = 12, | ||
DT_QINT32 = 13, | ||
DT_BFLOAT16 = 14, | ||
DT_FLOAT_REF = 101, | ||
DT_DOUBLE_REF = 102, | ||
DT_INT32_REF = 103, | ||
DT_UINT8_REF = 104, | ||
DT_INT16_REF = 105, | ||
DT_INT8_REF = 106, | ||
DT_STRING_REF = 107, | ||
DT_COMPLEX64_REF = 108, | ||
DT_INT64_REF = 109, | ||
DT_BOOL_REF = 110, | ||
DT_QINT8_REF = 111, | ||
DT_QUINT8_REF = 112, | ||
DT_QINT32_REF = 113, | ||
DT_BFLOAT16_REF = 114 | ||
'DT_INVALID' = 0, | ||
'DT_FLOAT' = 1, | ||
'DT_DOUBLE' = 2, | ||
'DT_INT32' = 3, | ||
'DT_UINT8' = 4, | ||
'DT_INT16' = 5, | ||
'DT_INT8' = 6, | ||
'DT_STRING' = 7, | ||
'DT_COMPLEX64' = 8, | ||
'DT_INT64' = 9, | ||
'DT_BOOL' = 10, | ||
'DT_QINT8' = 11, | ||
'DT_QUINT8' = 12, | ||
'DT_QINT32' = 13, | ||
'DT_BFLOAT16' = 14, | ||
'DT_FLOAT_REF' = 101, | ||
'DT_DOUBLE_REF' = 102, | ||
'DT_INT32_REF' = 103, | ||
'DT_UINT8_REF' = 104, | ||
'DT_INT16_REF' = 105, | ||
'DT_INT8_REF' = 106, | ||
'DT_STRING_REF' = 107, | ||
'DT_COMPLEX64_REF' = 108, | ||
'DT_INT64_REF' = 109, | ||
'DT_BOOL_REF' = 110, | ||
'DT_QINT8_REF' = 111, | ||
'DT_QUINT8_REF' = 112, | ||
'DT_QINT32_REF' = 113, | ||
'DT_BFLOAT16_REF' = 114 | ||
} | ||
@@ -249,5 +249,5 @@ /** Properties of a TensorShape. */ | ||
enum CheckpointFormatVersion { | ||
LEGACY = 0, | ||
V1 = 1, | ||
V2 = 2 | ||
'LEGACY' = 0, | ||
'V1' = 1, | ||
'V2' = 2 | ||
} | ||
@@ -254,0 +254,0 @@ } |
@@ -32,31 +32,31 @@ /** | ||
export enum DataType { | ||
DT_INVALID = 0, | ||
DT_FLOAT = 1, | ||
DT_DOUBLE = 2, | ||
DT_INT32 = 3, | ||
DT_UINT8 = 4, | ||
DT_INT16 = 5, | ||
DT_INT8 = 6, | ||
DT_STRING = 7, | ||
DT_COMPLEX64 = 8, | ||
DT_INT64 = 9, | ||
DT_BOOL = 10, | ||
DT_QINT8 = 11, | ||
DT_QUINT8 = 12, | ||
DT_QINT32 = 13, | ||
DT_BFLOAT16 = 14, | ||
DT_FLOAT_REF = 101, | ||
DT_DOUBLE_REF = 102, | ||
DT_INT32_REF = 103, | ||
DT_UINT8_REF = 104, | ||
DT_INT16_REF = 105, | ||
DT_INT8_REF = 106, | ||
DT_STRING_REF = 107, | ||
DT_COMPLEX64_REF = 108, | ||
DT_INT64_REF = 109, | ||
DT_BOOL_REF = 110, | ||
DT_QINT8_REF = 111, | ||
DT_QUINT8_REF = 112, | ||
DT_QINT32_REF = 113, | ||
DT_BFLOAT16_REF = 114 | ||
'DT_INVALID' = 0, | ||
'DT_FLOAT' = 1, | ||
'DT_DOUBLE' = 2, | ||
'DT_INT32' = 3, | ||
'DT_UINT8' = 4, | ||
'DT_INT16' = 5, | ||
'DT_INT8' = 6, | ||
'DT_STRING' = 7, | ||
'DT_COMPLEX64' = 8, | ||
'DT_INT64' = 9, | ||
'DT_BOOL' = 10, | ||
'DT_QINT8' = 11, | ||
'DT_QUINT8' = 12, | ||
'DT_QINT32' = 13, | ||
'DT_BFLOAT16' = 14, | ||
'DT_FLOAT_REF' = 101, | ||
'DT_DOUBLE_REF' = 102, | ||
'DT_INT32_REF' = 103, | ||
'DT_UINT8_REF' = 104, | ||
'DT_INT16_REF' = 105, | ||
'DT_INT8_REF' = 106, | ||
'DT_STRING_REF' = 107, | ||
'DT_COMPLEX64_REF' = 108, | ||
'DT_INT64_REF' = 109, | ||
'DT_BOOL_REF' = 110, | ||
'DT_QINT8_REF' = 111, | ||
'DT_QUINT8_REF' = 112, | ||
'DT_QINT32_REF' = 113, | ||
'DT_BFLOAT16_REF' = 114 | ||
} | ||
@@ -315,3 +315,3 @@ | ||
/** CheckpointFormatVersion enum. */ | ||
export enum CheckpointFormatVersion {LEGACY = 0, V1 = 1, V2 = 2} | ||
export enum CheckpointFormatVersion {'LEGACY' = 0, 'V1' = 1, 'V2' = 2} | ||
} | ||
@@ -318,0 +318,0 @@ |
/** @license See the LICENSE file. */ | ||
declare const version = "1.2.9"; | ||
declare const version = "1.2.10"; | ||
export { version }; |
@@ -5,4 +5,4 @@ "use strict"; | ||
// This code is auto-generated, do not modify this file! | ||
var version = '1.2.9'; | ||
var version = '1.2.10'; | ||
exports.version = version; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@tensorflow/tfjs-converter", | ||
"version": "1.2.9", | ||
"version": "1.2.10", | ||
"description": "Tensorflow model converter for javascript", | ||
@@ -18,6 +18,6 @@ "main": "dist/src/index.js", | ||
"peerDependencies": { | ||
"@tensorflow/tfjs-core": "1.2.9" | ||
"@tensorflow/tfjs-core": "1.2.10" | ||
}, | ||
"devDependencies": { | ||
"@tensorflow/tfjs-core": "1.2.9", | ||
"@tensorflow/tfjs-core": "1.2.10", | ||
"@types/deep-equal": "^1.0.1", | ||
@@ -24,0 +24,0 @@ "@types/jasmine": "~2.8.6", |
@@ -32,31 +32,31 @@ /** | ||
export enum DataType { | ||
DT_INVALID = 0, | ||
DT_FLOAT = 1, | ||
DT_DOUBLE = 2, | ||
DT_INT32 = 3, | ||
DT_UINT8 = 4, | ||
DT_INT16 = 5, | ||
DT_INT8 = 6, | ||
DT_STRING = 7, | ||
DT_COMPLEX64 = 8, | ||
DT_INT64 = 9, | ||
DT_BOOL = 10, | ||
DT_QINT8 = 11, | ||
DT_QUINT8 = 12, | ||
DT_QINT32 = 13, | ||
DT_BFLOAT16 = 14, | ||
DT_FLOAT_REF = 101, | ||
DT_DOUBLE_REF = 102, | ||
DT_INT32_REF = 103, | ||
DT_UINT8_REF = 104, | ||
DT_INT16_REF = 105, | ||
DT_INT8_REF = 106, | ||
DT_STRING_REF = 107, | ||
DT_COMPLEX64_REF = 108, | ||
DT_INT64_REF = 109, | ||
DT_BOOL_REF = 110, | ||
DT_QINT8_REF = 111, | ||
DT_QUINT8_REF = 112, | ||
DT_QINT32_REF = 113, | ||
DT_BFLOAT16_REF = 114 | ||
'DT_INVALID' = 0, | ||
'DT_FLOAT' = 1, | ||
'DT_DOUBLE' = 2, | ||
'DT_INT32' = 3, | ||
'DT_UINT8' = 4, | ||
'DT_INT16' = 5, | ||
'DT_INT8' = 6, | ||
'DT_STRING' = 7, | ||
'DT_COMPLEX64' = 8, | ||
'DT_INT64' = 9, | ||
'DT_BOOL' = 10, | ||
'DT_QINT8' = 11, | ||
'DT_QUINT8' = 12, | ||
'DT_QINT32' = 13, | ||
'DT_BFLOAT16' = 14, | ||
'DT_FLOAT_REF' = 101, | ||
'DT_DOUBLE_REF' = 102, | ||
'DT_INT32_REF' = 103, | ||
'DT_UINT8_REF' = 104, | ||
'DT_INT16_REF' = 105, | ||
'DT_INT8_REF' = 106, | ||
'DT_STRING_REF' = 107, | ||
'DT_COMPLEX64_REF' = 108, | ||
'DT_INT64_REF' = 109, | ||
'DT_BOOL_REF' = 110, | ||
'DT_QINT8_REF' = 111, | ||
'DT_QUINT8_REF' = 112, | ||
'DT_QINT32_REF' = 113, | ||
'DT_BFLOAT16_REF' = 114 | ||
} | ||
@@ -315,3 +315,3 @@ | ||
/** CheckpointFormatVersion enum. */ | ||
export enum CheckpointFormatVersion {LEGACY = 0, V1 = 1, V2 = 2} | ||
export enum CheckpointFormatVersion {'LEGACY' = 0, 'V1' = 1, 'V2' = 2} | ||
} | ||
@@ -318,0 +318,0 @@ |
/** @license See the LICENSE file. */ | ||
// This code is auto-generated, do not modify this file! | ||
const version = '1.2.9'; | ||
const version = '1.2.10'; | ||
export {version}; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
2966898
24945
0