Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_eager
Method · 0.45
test_explicit_writer
Method · 0.45
test_non_eager_failure
Method · 0.45
test_reuse_failure
Method · 0.45
run
Function · 0.45
keras
Function · 0.45
generate_run
Method · 0.45
Calls
no outgoing calls
Tested by
5
test_eager
Method · 0.36
test_explicit_writer
Method · 0.36
test_non_eager_failure
Method · 0.36
test_reuse_failure
Method · 0.36
generate_run
Method · 0.36