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

Function BM_SubgraphFunctionConvention

tensorflow/core/graph/subgraph_test.cc:389–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}
392BENCHMARK(BM_Subgraph)->Arg(100)->Arg(1000)->Arg(10000)->Arg(100000);
393BENCHMARK(BM_SubgraphFunctionConvention)
394 ->Arg(100)

Callers

nothing calls this directly

Calls 1

BM_SubgraphHelperFunction · 0.85

Tested by

no test coverage detected