MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle / TEST

Function TEST

test/cpp/fluid/platform/cpu_helper_test.cc:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17#include "gtest/gtest.h"
18
19TEST(CpuHelper, SetNumThread) {
20 paddle::platform::SetNumThreads(1);
21 paddle::platform::SetNumThreads(4);
22}

Callers

nothing calls this directly

Calls 1

SetNumThreadsFunction · 0.85

Tested by

no test coverage detected