Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
greater
Method · 0.80
reshape
Method · 0.80
Inner
Class · 0.50
Print
Method · 0.45
control_dependencies
Method · 0.45
identity
Method · 0.45
shape
Method · 0.45
matmul
Method · 0.45
while_loop
Method · 0.45
cond
Method · 0.45
get_variable
Method · 0.45
Tested by
no test coverage detected