8000 export Platform interface (#1760) · tensorflow/tfjs-core@4836709 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Aug 15, 2019. It is now read-only.

Commit 4836709

Browse files
authored
export Platform interface (#1760)
1 parent ffcfa31 commit 4836709

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export {customGrad, grad, grads, valueAndGrad, valueAndGrads, variableGrads} fro
6666

6767
export {TimingInfo} from './engine';
6868
export {ENV, Environment} from './environment';
69+
export {Platform} from './platforms/platform';
6970

7071
export {version as version_core};
7172

0 commit comments

Comments
 (0)
0