Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ floatPrecision
Method
floatPrecision
tfjs-backend-webgpu/src/backend_webgpu.ts:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
}
171
172
override floatPrecision(): 32 {
173
return
32;
174
}
175
176
/**
177
* Dispose the memory
if
the dataId has 0 refCount. Return true
if
the memory
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected