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

Function Var

tensorflow/core/kernels/sdca_ops_test.cc:52–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50}
51
52Node* Var(Graph* const g, const int n) {
53 return test::graph::Var(g, DT_FLOAT, TensorShape({n}));
54}
55
56// Returns a vector of size 'nodes' with each node being of size 'node_size'.
57std::vector<Node*> VarVector(Graph* const g, const int nodes,

Callers 1

VarVectorFunction · 0.70

Calls 1

TensorShapeClass · 0.50

Tested by

no test coverage detected