MCPcopy 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

wrapperFunction · 0.85
cancellableMethod · 0.85
multiscaleFormatterFunction · 0.85
AddItemMethod · 0.85
WriteScalarSeriesFunction · 0.85
profileFunction · 0.85

Calls

no outgoing calls

Tested by 2

WriteScalarSeriesFunction · 0.68