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

Function GetOptions

tensorflow/core/kernels/basic_ops_benchmark_test.cc:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33static SessionOptions* GetOptions() {
34 static SessionOptions opts = InitOptions();
35 return &opts;
36}
37
38static Node* Var(Graph* g, int n) {
39 return test::graph::Var(g, DT_FLOAT, TensorShape({n}));

Callers 1

BM_MulChainFunction · 0.70

Calls 1

InitOptionsFunction · 0.85

Tested by

no test coverage detected