Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Var
Function
Var
tensorflow/core/kernels/basic_ops_benchmark_test.cc:38–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
}
37
38
static Node* Var(Graph* g, int n) {
39
return test::graph::Var(g, DT_FLOAT, TensorShape({n}));
40
}
41
42
static Node* Zeros(Graph* g, int n) {
43
Tensor data(DT_FLOAT, TensorShape({n}));
Callers
1
MulChain
Function · 0.70
Calls
1
TensorShape
Class · 0.50
Tested by
no test coverage detected