HomeSort by relevance Sort by last modified time
    Searched refs:_convert (Results 1 - 25 of 40) sorted by null

1 2

  /external/tensorflow/tensorflow/python/client/
device_lib.py 31 def _convert(pb_str): function in function:list_local_devices
36 return [_convert(s) for s in pywrap_tensorflow.list_devices()]
  /external/python/cpython3/Lib/
signal.py 8 _IntEnum._convert(
15 _IntEnum._convert(
20 _IntEnum._convert(
ast.py 51 def _convert(node): function in function:literal_eval
59 return tuple(map(_convert, node.elts))
61 return list(map(_convert, node.elts))
63 return set(map(_convert, node.elts))
65 return dict((_convert(k), _convert(v)) for k, v
70 operand = _convert(node.operand)
77 left = _convert(node.left)
78 right = _convert(node.right)
85 return _convert(node_or_string
    [all...]
statistics.py 233 def _convert(value, T): function
314 return _convert(total/n, T)
360 return _convert(n/total, T)
590 return _convert(ss/(n-1), T)
638 return _convert(ss/n, T)
wave.py 126 self._convert = None
245 if self._convert and data:
246 data = self._convert(data)
305 self._convert = None
418 if self._convert:
419 data = self._convert(data)
aifc.py 310 self._convert = None
438 if self._convert and data:
439 data = self._convert(data)
490 self._convert = self._adpcm2lin
492 self._convert = self._ulaw2lin
494 self._convert = self._alaw2lin
575 self._convert = None
724 if self._convert:
725 data = self._convert(data)
752 self._convert = Non
    [all...]
  /external/autotest/client/cros/power/
power_dashboard.py 23 dictionary by self._convert()
112 def _convert(self): member in class:BaseDashboard
126 raw_measurement = self._convert()
138 def _convert(self): member in class:MeasurementLoggerDashboard
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
ast.py 52 def _convert(node): function in function:literal_eval
58 return tuple(map(_convert, node.elts))
60 return list(map(_convert, node.elts))
62 return dict((_convert(k), _convert(v)) for k, v
80 return _convert(node_or_string)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
ast.py 52 def _convert(node): function in function:literal_eval
58 return tuple(map(_convert, node.elts))
60 return list(map(_convert, node.elts))
62 return dict((_convert(k), _convert(v)) for k, v
80 return _convert(node_or_string)
wave.py 126 self._convert = None
254 if self._convert and data:
255 data = self._convert(data)
314 self._convert = None
419 if self._convert:
420 data = self._convert(data)
aifc.py 282 self._convert = None
410 if self._convert and data:
411 data = self._convert(data)
470 self._convert = self._adpcm2lin
480 self._convert = self._ulaw2lin
495 self._convert = self._decomp_data
570 self._convert = None
710 if self._convert:
711 data = self._convert(data)
737 self._convert = None
    [all...]
  /external/python/cpython2/Lib/
ast.py 52 def _convert(node): function in function:literal_eval
58 return tuple(map(_convert, node.elts))
60 return list(map(_convert, node.elts))
62 return dict((_convert(k), _convert(v)) for k, v
80 return _convert(node_or_string)
aifc.py 294 self._convert = None
425 if self._convert and data:
426 data = self._convert(data)
485 self._convert = self._adpcm2lin
495 self._convert = self._ulaw2lin
508 self._convert = self._decomp_data
584 self._convert = None
724 if self._convert:
725 data = self._convert(data)
755 self._convert = Non
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
ast.py 52 def _convert(node): function in function:literal_eval
58 return tuple(map(_convert, node.elts))
60 return list(map(_convert, node.elts))
62 return dict((_convert(k), _convert(v)) for k, v
80 return _convert(node_or_string)
wave.py 126 self._convert = None
254 if self._convert and data:
255 data = self._convert(data)
314 self._convert = None
419 if self._convert:
420 data = self._convert(data)
aifc.py 294 self._convert = None
422 if self._convert and data:
423 data = self._convert(data)
482 self._convert = self._adpcm2lin
492 self._convert = self._ulaw2lin
507 self._convert = self._decomp_data
582 self._convert = None
722 if self._convert:
723 data = self._convert(data)
753 self._convert = Non
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
ast.py 52 def _convert(node): function in function:literal_eval
58 return tuple(map(_convert, node.elts))
60 return list(map(_convert, node.elts))
62 return dict((_convert(k), _convert(v)) for k, v
80 return _convert(node_or_string)
wave.py 126 self._convert = None
254 if self._convert and data:
255 data = self._convert(data)
314 self._convert = None
419 if self._convert:
420 data = self._convert(data)
aifc.py 294 self._convert = None
422 if self._convert and data:
423 data = self._convert(data)
482 self._convert = self._adpcm2lin
492 self._convert = self._ulaw2lin
507 self._convert = self._decomp_data
582 self._convert = None
722 if self._convert:
723 data = self._convert(data)
753 self._convert = Non
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 52 def _convert(node): function in function:literal_eval
58 return tuple(map(_convert, node.elts))
60 return list(map(_convert, node.elts))
62 return dict((_convert(k), _convert(v)) for k, v
80 return _convert(node_or_string)
wave.py 126 self._convert = None
254 if self._convert and data:
255 data = self._convert(data)
314 self._convert = None
419 if self._convert:
420 data = self._convert(data)
aifc.py 294 self._convert = None
422 if self._convert and data:
423 data = self._convert(data)
482 self._convert = self._adpcm2lin
492 self._convert = self._ulaw2lin
507 self._convert = self._decomp_data
582 self._convert = None
722 if self._convert:
723 data = self._convert(data)
753 self._convert = Non
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 52 def _convert(node): function in function:literal_eval
58 return tuple(map(_convert, node.elts))
60 return list(map(_convert, node.elts))
62 return dict((_convert(k), _convert(v)) for k, v
80 return _convert(node_or_string)
wave.py 126 self._convert = None
254 if self._convert and data:
255 data = self._convert(data)
314 self._convert = None
419 if self._convert:
420 data = self._convert(data)
aifc.py 294 self._convert = None
422 if self._convert and data:
423 data = self._convert(data)
482 self._convert = self._adpcm2lin
492 self._convert = self._ulaw2lin
507 self._convert = self._decomp_data
582 self._convert = None
722 if self._convert:
723 data = self._convert(data)
753 self._convert = Non
    [all...]

Completed in 761 milliseconds

1 2