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

Function GetOptions

tensorflow/core/kernels/training_ops_test.cc:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34static SessionOptions* GetOptions() {
35 static SessionOptions* opts = InitMultiThreadingOptions(1);
36 return opts;
37}
38
39static SessionOptions* GetMultiThreadedOptions() {
40 static SessionOptions* opts = InitMultiThreadingOptions(32);

Callers 7

BM_SGDFunction · 0.70
BM_AdagradFunction · 0.70
BM_MomentumFunction · 0.70
BM_AdamFunction · 0.70
BM_RMSPropFunction · 0.70
BM_AddSignFunction · 0.70
BM_PowerSignFunction · 0.70

Calls 1

Tested by

no test coverage detected