Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/tensorflow/tensorboard
/ f
Function
f
tensorboard/plugins/graph/graphs_demo.py:53–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
51
52
@tf.function
53
def
f():
54
x = tf.constant(2)
55
y = tf.constant(3)
56
return
x**y
57
58
with
tf.summary.create_file_writer(logdir).as_default():
59
if
hasattr(tf.summary,
"graph"
):
Callers
7
wrapper
Function · 0.85
test_should_use_data_server
Method · 0.85
cancellable
Method · 0.85
multiscaleFormatter
Function · 0.85
AddItem
Method · 0.85
WriteScalarSeries
Function · 0.85
profile
Function · 0.85
Calls
no outgoing calls
Tested by
2
test_should_use_data_server
Method · 0.68
WriteScalarSeries
Function · 0.68