MCPcopy Index your code
hub / github.com/tensorflow/tensorboard / g

Function g

tensorboard/plugins/graph/graphs_demo.py:121–122  ·  view source on GitHub ↗
(i)

Source from the content-addressed store, hash-verified

119
120 @tf.function
121 def g(i):
122 return i * i
123
124 with tf.summary.create_file_writer(logdir).as_default():
125 for step in range(3):

Callers 1

profileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected