Home
last modified time | relevance | path

Searched defs:cl_type (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceClFlags.cpp99 using cl_type = cl::list<T>; typedef
103 using cl_type = cl::opt<T>; typedef
108 using cl_type = cl::opt<T>; typedef
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_arguments.cc475 std::string cl_type; in GetListOfArgs() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Darguments.cc212 const std::string cl_type = in BufferToKernelLanguage() local
/external/ComputeLibrary/include/CL/
Dopencl.hpp1049 Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0) in getInfoHelper()
1145 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) in getInfoHelper()
1829 typedef T cl_type; typedef in cl::detail::Wrapper
1923 typedef cl_device_id cl_type; typedef in cl::detail::Wrapper
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_generic.cc772 const std::string cl_type = ToCLDataType(conv_params.weights_data_type); in GenerateConv() local
/external/mesa3d/include/CL/
Dcl.hpp1182 inline cl_int getInfoHelper(Func f, cl_uint name, VECTOR_CLASS<T>* param, int, typename T::cl_type in getInfoHelper()
1301 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) in getInfoHelper()
1817 typedef T cl_type; typedef in cl::detail::Wrapper
1898 typedef cl_device_id cl_type; typedef in cl::detail::Wrapper
Dopencl.hpp1064 Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0) in getInfoHelper()
1160 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) in getInfoHelper()
1866 typedef T cl_type; typedef in cl::detail::Wrapper
1960 typedef cl_device_id cl_type; typedef in cl::detail::Wrapper
/external/OpenCL-CLHPP/include/CL/
Dopencl.hpp1182 Func f, cl_uint name, vector<T>* param, int, typename T::cl_type = 0) in getInfoHelper()
1278 inline cl_int getInfoHelper(Func f, cl_uint name, T* param, int, typename T::cl_type = 0) in getInfoHelper()
2154 typedef T cl_type; typedef in cl::detail::Wrapper
2248 typedef cl_device_id cl_type; typedef in cl::detail::Wrapper
/external/OpenCL-CLHPP/tests/
Dtest_openclhpp.cpp326 #define MAKE_REFCOUNT_STUBS(cl_type, retainfunc, releasefunc, table) \ argument