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

Method floatPrecision

tfjs-node/src/nodejs_kernel_backend.ts:162–164  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 }
161
162 floatPrecision(): 16|32 {
163 return 32;
164 }
165
166 epsilon(): number {
167 return super.epsilon();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected