MCPcopy Create free account
hub / github.com/tensorflow/tensorboard / fit

Method fit

tensorboard/plugins/graph/tf_graph/tf-graph.ts:333–335  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

331 return this.renderHierarchy.getNearestVisibleAncestor(name);
332 }
333 fit() {
334 (this.$.scene as any).fit();
335 }
336 getImageBlob(): Promise<Blob> {
337 return (this.$.scene as any).getImageBlob();
338 }

Callers 7

test_eagerMethod · 0.45
test_explicit_writerMethod · 0.45
test_reuse_failureMethod · 0.45
runFunction · 0.45
kerasFunction · 0.45
generate_runMethod · 0.45

Calls

no outgoing calls

Tested by 5

test_eagerMethod · 0.36
test_explicit_writerMethod · 0.36
test_reuse_failureMethod · 0.36
generate_runMethod · 0.36