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

Method g

tensorflow/compiler/tests/eager_test.py:350–352  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

348
349 @function.defun_with_attributes(attributes={'_noinline': True})
350 def g(x):
351 w.assign(w.read_value() + x)
352 return v.read_value() + x * w.read_value()
353
354 @function.defun_with_attributes(attributes={'_noinline': True})
355 def f():

Callers

nothing calls this directly

Calls 2

assignMethod · 0.45
read_valueMethod · 0.45

Tested by

no test coverage detected