Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tensorflow/tfjs
/ getNumber
Method
getNumber
tfjs-core/src/environment.ts:112–114 ·
view source on GitHub ↗
(flagName: string)
Source
from the content-addressed store, hash-verified
110
}
111
112
getNumber(flagName: string): number {
113
return
this.get(flagName) as number;
114
}
115
116
getBool(flagName: string): boolean {
117
return
this.get(flagName) as boolean;
Callers
15
render
Method · 0.80
backend_webgpu.ts
File · 0.80
batchMatMulImpl
Function · 0.80
conv2DImpl
Function · 0.80
flags_webgl_test.ts
File · 0.80
releaseTexture
Method · 0.80
constructor
Method · 0.80
backend_webgl_test.ts
File · 0.80
webgl_batchnorm_test.ts
File · 0.80
createAndConfigureTexture
Function · 0.80
uploadDenseMatrixToTexture
Function · 0.80
uploadPixelDataToTexture
Function · 0.80
Calls
1
get
Method · 0.95
Tested by
no test coverage detected