MCPcopy Create free account
hub / github.com/tensorflow/tfjs / floatPrecision

Method floatPrecision

tfjs-backend-cpu/src/backend_cpu.ts:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 override dispose() {}
224
225 override floatPrecision(): 16|32 {
226 return 32;
227 }
228
229 /** Returns the smallest representable number. */
230 override epsilon(): number {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected