Home
last modified time | relevance | path

Searched defs:redux (Results 1 – 4 of 4) sorted by relevance

/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/test/
Dcuda_basic.cu78 struct redux { struct
80 void operator()(int i, const typename T::Scalar* in, typename T::Scalar* out) const in operator ()()
/applications/standard/app_samples/code/AI/MindSporeLiteCDemoASR/entry/src/main/cpp/third_party/librosa/eigen3/unsupported/test/
Dcxx11_tensor_reduction_cuda.cu67 Tensor<Type, 2, DataLayout> redux = in.sum(red_axis); in test_first_dim_reductions() local
107 Tensor<Type, 2, DataLayout> redux = in.sum(red_axis); in test_last_dim_reductions() local
Dcxx11_tensor_reduction_sycl.cpp67 Tensor<float, 2> redux(reduced_tensorRange); in test_first_dim_reductions_sycl() local
105 Tensor<float, 2> redux(reduced_tensorRange); in test_last_dim_reductions_sycl() local
Dcxx11_tensor_of_float16_cuda.cu315 void test_cuda_reductions(int size1, int size2, int redux) { in test_cuda_reductions()