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

Function GetMultiThreadedOptions

tensorflow/core/kernels/training_ops_test.cc:39–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37}
38
39static SessionOptions* GetMultiThreadedOptions() {
40 static SessionOptions* opts = InitMultiThreadingOptions(32);
41 return opts;
42}
43
44static Node* Var(Graph* g, int n) {
45 return test::graph::Var(g, DT_FLOAT, TensorShape({n}));

Callers 1

BM_SparseAdagradFunction · 0.70

Calls 1

Tested by

no test coverage detected