UNPKG

542 BTypeScriptView Raw
1/**
2 * @license
3 * Copyright 2018 Google LLC
4 *
5 * Use of this source code is governed by an MIT-style
6 * license that can be found in the LICENSE file or at
7 * https://opensource.org/licenses/MIT.
8 * =============================================================================
9 */
10/// <amd-module name="@tensorflow/tfjs-layers/dist/backend/state" />
11export declare function getNextUniqueTensorId(): number;
12/**
13 * Provides a unique UID given a string prefix.
14 *
15 * @param prefix
16 */
17export declare function getUid(prefix?: string): string;