Home
last modified time | relevance | path

Searched refs:has_max (Results 1 – 5 of 5) sorted by relevance

/external/webrtc/talk/media/devices/
Ddevicemanager.cc208 bool has_max = GetMaxFormat(device, &video_format); in CreateVideoCapturer() local
209 capturer->set_enable_camera_list(has_max); in CreateVideoCapturer()
210 if (has_max) { in CreateVideoCapturer()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes.cc171 const bool has_max = (context.params.count(max_name) != 0); in ExtractRangeFromParams() local
172 *has_range = (has_min || has_max); in ExtractRangeFromParams()
176 if (!has_min || !has_max) { in ExtractRangeFromParams()
/external/v8/src/wasm/
Dmodule-decoder.cc1159 bool* has_max, uint32_t max_maximum, in consume_resizable_limits() argument
1163 *has_max = false; in consume_resizable_limits()
1170 *has_max = true; in consume_resizable_limits()
1184 *has_max = false; in consume_resizable_limits()
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc2321 if (entry.has_min() || entry.has_max()) { in UseArraysExtraInfo()
2322 CHECK_EQ(entry.has_min(), entry.has_max()); in UseArraysExtraInfo()
/external/v8/src/regexp/
Djsregexp.cc5522 bool has_max = max < RegExpTree::kInfinity; in ToNode() local
5523 bool needs_counter = has_min || has_max; in ToNode()
5552 if (has_max) { in ToNode()