Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
33
static SessionOptions* GetOptions() {
34
static SessionOptions opts = InitOptions();
35
return &opts;
36
}
37
38
static Node* Var(Graph* g, int n) {
39
return test::graph::Var(g, DT_FLOAT, TensorShape({n}));
Callers
1
BM_MulChain
Function · 0.70
Calls
1
InitOptions
Function · 0.85
Tested by
no test coverage detected