Searched refs:strict_mode (Results 1 – 4 of 4) sorted by relevance
/external/scapy/scapy/contrib/ |
D | lldp.py | 149 if last_layer and conf.contribs['LLDP'].strict_mode() and \ 159 if conf.contribs['LLDP'].strict_mode(): 171 if conf.contribs['LLDP'].strict_mode(): 260 if conf.contribs['LLDP'].strict_mode(): 276 conf.contribs['LLDP'].strict_mode(): 320 if conf.contribs['LLDP'].strict_mode() and not self.id: 369 if conf.contribs['LLDP'].strict_mode() and not self.id: 395 if conf.contribs['LLDP'].strict_mode() and self._length != 2: 424 if conf.contribs['LLDP'].strict_mode() and self._length != 0: 515 if conf.contribs['LLDP'].strict_mode() and self._length != 4: [all …]
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops.py | 2517 strict_mode=False): argument 2536 if not strict_mode: 2572 strict_mode=False): argument 2638 strict_mode) 2641 'update_op', strict_mode)
|
D | metric_ops_test.py | 3471 def _test_strict_mode(self, strict_mode, target_precision, expected_recall): argument 3488 strict_mode=strict_mode) 3500 strict_mode=False, target_precision=0.9, expected_recall=1.0) 3511 strict_mode=True, target_precision=0.9, expected_recall=.0) 3523 strict_mode=True, target_precision=0.2, expected_recall=2.0 / 3)
|
/external/python/setuptools/setuptools/ |
D | config.py | 396 strict_mode = False variable in ConfigMetadataHandler
|