Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ Var
Function
Var
tensorflow/core/kernels/training_ops_test.cc:44–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
42
}
43
44
static Node* Var(Graph* g, int n) {
45
return test::graph::Var(g, DT_FLOAT, TensorShape({n}));
46
}
47
48
static Node* Var(Graph* g, int m, int n) {
49
return test::graph::Var(g, DT_FLOAT, TensorShape({m, n}));
Callers
8
SGD
Function · 0.70
Adagrad
Function · 0.70
SparseAdagrad
Function · 0.70
Momentum
Function · 0.70
Adam
Function · 0.70
RMSProp
Function · 0.70
AddSign
Function · 0.70
PowerSign
Function · 0.70
Calls
1
TensorShape
Class · 0.50
Tested by
no test coverage detected