UNPKG

@tensorflow-models/mobilenet

Version:

Pretrained MobileNet in TensorFlow.js

8 lines 283 B
"use strict"; /** @license See the LICENSE file. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.version = void 0; // This code is auto-generated, do not modify this file! var version = '2.1.1'; exports.version = version; //# sourceMappingURL=version.js.map