Home
last modified time | relevance | path

Searched refs:CastF32toU32Dataset (Results 1 – 2 of 2) sorted by relevance

/external/ComputeLibrary/tests/validation/dynamic_fusion/gpu/cl/
DCast.cpp120 const auto CastF32toU32Dataset = combine(framework::dataset::make("DataType", DataType::F32), frame… variable
226 …aType::F32, DataType::U32, DynamicFusionCLCastToU32Fixture<float>, CastF32toU32Dataset, one_tolera…
/external/ComputeLibrary/tests/validation/CL/
DCast.cpp122 const auto CastF32toU32Dataset = combine(framework::dataset::make("DataType", DataType::F32), frame… variable
226 CAST_SUITE(F32_to_U32, DataType::F32, DataType::U32, CLCastToU32Fixture<float>, CastF32toU32Dataset