MCPcopy Index your code
hub / github.com/tensorflow/tfjs / boolNumToString

Function boolNumToString

tfjs-core/src/tensor_format.ts:86–88  ·  view source on GitHub ↗
(v: number)

Source from the content-addressed store, hash-verified

84}
85
86function boolNumToString(v: number): string {
87 return v === 0 ? 'false' : 'true';
88}
89
90function subTensorToString(
91 vals: TypedArray|string[], shape: number[], dtype: DataType,

Callers 2

valToStringFunction · 0.85
subTensorToStringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…