Searched refs:use_ref (Results 1 – 2 of 2) sorted by relevance
196 macro(evaluate_detection_results use_ref have_ref thing_lower thing_title)197 if(${use_ref} AND NOT (${use_ref} STREQUAL "AUTO") AND NOT ${have_ref})199 "Use of ${thing_lower} was enforced by ${use_ref}=ON but it could not be found.")200 elseif(NOT ${use_ref} AND ${have_ref})201 message("${thing_title} was found but it will not be used due to ${use_ref}=OFF.")
226 use_ref=True, argument250 if data.dtype._is_ref_dtype and use_ref: # pylint: disable=protected-access262 return _Enter(t, frame_name, is_constant, parallel_iterations, use_ref,