Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tensorflow/tfjs
/ ensureValWriterCreated
Method
ensureValWriterCreated
tfjs-node/src/callbacks.ts:305–307 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
303
}
304
305
private ensureValWriterCreated() {
306
this.valWriter = summaryFileWriter(path.join(this.logdir,
'val'
));
307
}
308
}
309
310
/**
Callers
2
logMetrics
Method · 0.95
tensorboard_test.ts
File · 0.80
Calls
2
summaryFileWriter
Function · 0.90
join
Method · 0.80
Tested by
no test coverage detected