MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / f

Method f

tensorflow/python/eager/function_test.py:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169 @function.defun
170 def f():
171 with ops.control_dependencies([op]):
172 return 1.0
173
174 self.evaluate(f())
175 self.assertAllEqual(self.evaluate(v), 2.0)

Callers 1

Calls 10

VariableMethod · 0.80
reshapeMethod · 0.80
control_dependenciesMethod · 0.45
read_valueMethod · 0.45
random_normalMethod · 0.45
constantMethod · 0.45
matmulMethod · 0.45
addMethod · 0.45
as_listMethod · 0.45
dequeueMethod · 0.45

Tested by

no test coverage detected