MCPcopy 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
38static Node* Var(Graph* g, int n) {
39 return test::graph::Var(g, DT_FLOAT, TensorShape({n}));
40}
41
42static Node* Zeros(Graph* g, int n) {
43 Tensor data(DT_FLOAT, TensorShape({n}));

Callers 1

MulChainFunction · 0.70

Calls 1

TensorShapeClass · 0.50

Tested by

no test coverage detected