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

Function BM_Subgraph

tensorflow/core/graph/subgraph_test.cc:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386static void BM_Subgraph(int iters, int num_nodes) {
387 BM_SubgraphHelper(iters, num_nodes, false /* use_function_convention */);
388}
389static void BM_SubgraphFunctionConvention(int iters, int num_nodes) {
390 BM_SubgraphHelper(iters, num_nodes, true /* use_function_convention */);
391}

Callers

nothing calls this directly

Calls 1

BM_SubgraphHelperFunction · 0.85

Tested by

no test coverage detected