Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
149
const
BASE_NUM_DIGITS = 2;
Callers
1
formatLogsAsMetricsContent
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected