Home
last modified time | relevance | path

Searched refs:_export_to_cl_image (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLGEMMMatrixMultiplyReshapedOnlyRHSKernel.cpp187 _add_bias(false), _broadcast_bias(false), _export_to_cl_image(false), _has_pad_y(false) in CLGEMMMatrixMultiplyReshapedOnlyRHSKernel()
217 _export_to_cl_image = rhs_info.export_to_cl_image; in configure()
379 if(_export_to_cl_image) in run()
403 if(_export_to_cl_image) in run()
DCLGEMMMatrixMultiplyReshapedKernel.cpp208 _broadcast_bias(false), _export_to_cl_image(false), _k(1) in CLGEMMMatrixMultiplyReshapedKernel()
237 _export_to_cl_image = rhs_info.export_to_cl_image; in configure()
376 if(_export_to_cl_image) in run()
400 if(_export_to_cl_image) in run()
DCLGEMMMatrixMultiplyReshapedKernel.h184 bool _export_to_cl_image; variable
DCLGEMMMatrixMultiplyReshapedOnlyRHSKernel.h164 bool _export_to_cl_image; variable