Home
last modified time | relevance | path

Searched defs:testfn (Results 1 – 6 of 6) sorted by relevance

/external/pytorch/test/cpp/lazy/
Dtest_lazy_ops_util.cpp130 const std::function<torch::Tensor(const std::vector<torch::Tensor>&)>& in TestBackward()
Dtest_lazy_ops.cpp2082 auto testfn = in TEST_F() local
2207 auto testfn = in TEST_F() local
3861 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local
4008 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local
4050 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local
4096 auto testfn = in TEST_F() local
4187 auto testfn = in TEST_F() local
4320 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local
6208 auto testfn = [&](const std::vector<torch::Tensor>& inputs) -> torch::Tensor { in TEST_F() local
8291 auto testfn = in TEST_F() local
[all …]
/external/python/cpython3/Lib/test/
Daudit-tests.py189 def test_open(testfn): argument
D_test_multiprocessing.py958 def _test_stderr_flush(cls, testfn): argument
965 def _test_sys_exit(cls, reason, testfn): argument
/external/rust/android-crates-io/crates/bencher/
Dlib.rs174 pub testfn: TestFn, field
/external/OpenCL-CTS/test_conformance/spir/
Dmain.cpp119 typedef bool (*testfn)(cl_device_id device, cl_uint size_t_width, const char *folder); typedef