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

Method constructor

tfjs-data/src/util/test_utils.ts:136–138  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134 smoothingTimeConstant: number;
135 private x: number;
136 constructor() {
137 this.x = 0;
138 }
139
140 getFloatFrequencyData(data: Float32Array): void {
141 const xs: number[] = [];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected