Home
last modified time | relevance | path

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

/external/expat/
DCMakeLists.txt196 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.")
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py226 use_ref=True, argument
250 if data.dtype._is_ref_dtype and use_ref: # pylint: disable=protected-access
262 return _Enter(t, frame_name, is_constant, parallel_iterations, use_ref,