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

Method flush

tfjs-node/src/tensorboard.ts:85–87  ·  view source on GitHub ↗

* Force summary writer to send all buffered data to storage.

()

Source from the content-addressed store, hash-verified

83 * Force summary writer to send all buffered data to storage.
84 */
85 flush() {
86 this.backend.flushSummaryWriter(this.resourceHandle);
87 }
88}
89
90/**

Callers 8

constructorMethod · 0.80
runWebGLProgramMethod · 0.80
createFenceMethod · 0.80
_serialize_string_arrayFunction · 0.80
_stack_group_bytesFunction · 0.80
read_weightsFunction · 0.80

Calls 1

flushSummaryWriterMethod · 0.80