MCPcopy 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
44static Node* Var(Graph* g, int n) {
45 return test::graph::Var(g, DT_FLOAT, TensorShape({n}));
46}
47
48static Node* Var(Graph* g, int m, int n) {
49 return test::graph::Var(g, DT_FLOAT, TensorShape({m, n}));

Callers 8

SGDFunction · 0.70
AdagradFunction · 0.70
SparseAdagradFunction · 0.70
MomentumFunction · 0.70
AdamFunction · 0.70
RMSPropFunction · 0.70
AddSignFunction · 0.70
PowerSignFunction · 0.70

Calls 1

TensorShapeClass · 0.50

Tested by

no test coverage detected