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

Method isFieldRelevant

tfjs-node/src/callbacks.ts:144–146  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

142 }
143
144 private isFieldRelevant(key: string) {
145 return key !== 'batch' && key !== 'size';
146 }
147}
148
149const BASE_NUM_DIGITS = 2;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected