Searched defs:testfn (Results 1 – 6 of 6) sorted by relevance
130 const std::function<torch::Tensor(const std::vector<torch::Tensor>&)>& in TestBackward()
2082 auto testfn = in TEST_F() local2207 auto testfn = in TEST_F() local3861 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local4008 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local4050 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local4096 auto testfn = in TEST_F() local4187 auto testfn = in TEST_F() local4320 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local6208 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local8291 auto testfn = in TEST_F() local[all …]
189 def test_open(testfn): argument
958 def _test_stderr_flush(cls, testfn): argument965 def _test_sys_exit(cls, reason, testfn): argument
174 pub testfn: TestFn, field
119 typedef bool (*testfn)(cl_device_id device, cl_uint size_t_width, const char *folder); typedef