OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestTranspose
(Results
1 - 4
of
4
) sorted by null
/external/opencv3/modules/cudalegacy/test/
TestTranspose.h
51
class
TestTranspose
: public NCVTestProvider
55
TestTranspose
(std::string testName, NCVTestSourceProvider<T> &src,
65
TestTranspose
(const
TestTranspose
&);
66
TestTranspose
& operator=(const
TestTranspose
&);
TestTranspose.cpp
47
TestTranspose
<T>::
TestTranspose
(std::string testName_, NCVTestSourceProvider<T> &src_,
59
bool
TestTranspose
<T>::toString(std::ofstream &strOut)
68
bool
TestTranspose
<T>::init()
75
bool
TestTranspose
<T>::process()
170
bool
TestTranspose
<T>::deinit()
176
template class
TestTranspose
<Ncv32u>;
177
template class
TestTranspose
<Ncv64u>;
main_nvidia.cpp
178
testLister.add(new
TestTranspose
<T>(testName, src, i, j));
188
testLister.add(new
TestTranspose
<T>(testName, src, i, j));
192
testLister.add(new
TestTranspose
<T>("TestTranspose_VGA", src, 640, 480));
193
testLister.add(new
TestTranspose
<T>("TestTranspose_HD1080", src, 1920, 1080));
196
testLister.add(new
TestTranspose
<T>("TestTranspose_reg_0", src, 1072, 375));
/external/webrtc/webrtc/modules/audio_processing/beamformer/
matrix_unittest.cc
66
TEST(MatrixTest,
TestTranspose
) {
Completed in 95 milliseconds