Home
last modified time | relevance | path

Searched refs:test_forward (Results 1 – 17 of 17) sorted by relevance

/external/cronet/tot/third_party/libc++/src/test/std/containers/
Diterator.rel_ops.compile.pass.cpp81 void test_forward() { in test_forward() function
103 template void test_forward<std::forward_list<int> >();
104 template void test_forward<std::list<int> >();
105 template void test_forward<std::map<int, int> >();
106 template void test_forward<std::multimap<int, int> >();
107 template void test_forward<std::multiset<int> >();
108 template void test_forward<std::set<int> >();
110 template void test_forward<std::unordered_map<int, int> >();
111 template void test_forward<std::unordered_multimap<int, int> >();
112 template void test_forward<std::unordered_multiset<int> >();
[all …]
/external/cronet/stable/third_party/libc++/src/test/std/containers/
Diterator.rel_ops.compile.pass.cpp81 void test_forward() { in test_forward() function
103 template void test_forward<std::forward_list<int> >();
104 template void test_forward<std::list<int> >();
105 template void test_forward<std::map<int, int> >();
106 template void test_forward<std::multimap<int, int> >();
107 template void test_forward<std::multiset<int> >();
108 template void test_forward<std::set<int> >();
110 template void test_forward<std::unordered_map<int, int> >();
111 template void test_forward<std::unordered_multimap<int, int> >();
112 template void test_forward<std::unordered_multiset<int> >();
[all …]
/external/sdv/vsomeip/third_party/boost/range/test/adaptor_test/
Dtype_erased_forward.cpp22 void test_forward() in test_forward() function
53 &boost_range_adaptor_type_erased_test::test_forward)); in init_unit_test_suite()
/external/eigen/unsupported/test/
DNumericalDiff.cpp70 void test_forward() in test_forward() function
112 CALL_SUBTEST(test_forward()); in EIGEN_DECLARE_TEST()
/external/autotest/client/site_tests/platform_InputBrowserNav/
Dplatform_InputBrowserNav.py43 def test_forward(self, tab): member in platform_InputBrowserNav
114 self.test_forward(tab)
/external/pytorch/test/cpp_api_parity/
Dfunctional_impl_check.py100 def test_forward(unit_test_class, test_params): function
260 test_forward(
/external/pytorch/benchmarks/fastrnns/
Dtest_bench.py42 def test_forward(self, modeldef, benchmark): member in TestBenchNetwork
/external/clang/test/SemaCXX/
Drval-references-examples.cpp106 void test_forward() { in test_forward() function
/external/pytorch/test/quantization/core/experimental/
Dtest_fake_quantize.py42 def test_forward(self): member in TestFakeQuantize
Dtest_nonuniform_observer.py200 def test_forward(self): member in TestNonUniformObserver
/external/sdv/vsomeip/third_party/boost/range/include/boost/range/detail/
Dmicrosoft.hpp784 bool test_forward(Range& rng) in test_forward() function
807 bool result = (test_forward)(rng); in test_bidirectional()
/external/tensorflow/tensorflow/python/keras/layers/normalization/
Dlayer_normalization_test.py235 def test_forward(self): member in LayerNormalizationNumericsTest
/external/python/cpython3/Lib/test/
Dtest_turtle.py301 def test_forward(self): member in TestTNavigator
/external/python/mobly/tests/mobly/controllers/android_device_lib/
Dadb_test.py707 def test_forward(self): member in AdbTest
/external/pytorch/test/
Dtest_modules.py48 def test_forward(self, device, dtype, module_info, training): member in TestModule
Dtest_nestedtensor.py7304 def test_forward(self, device, dtype, op): member in TestNestedTensorOpInfo
/external/pytorch/test/torch_np/numpy_tests/lib/
Dtest_function_base.py1669 def test_forward(self): member in TestDigitize