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

Method Foo

tensorflow/python/framework/function_test.py:332–333  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

330
331 @function.Defun(noinline=True)
332 def Foo(x):
333 return x * 2
334
335 self.assertTrue(
336 Foo.instantiate([dtypes.float32]).definition.attr["_noinline"].b)

Callers

nothing calls this directly

Calls 11

greaterMethod · 0.80
reshapeMethod · 0.80
InnerClass · 0.50
PrintMethod · 0.45
control_dependenciesMethod · 0.45
identityMethod · 0.45
shapeMethod · 0.45
matmulMethod · 0.45
while_loopMethod · 0.45
condMethod · 0.45
get_variableMethod · 0.45

Tested by

no test coverage detected