Home
last modified time | relevance | path

Searched defs:is_macos (Results 1 – 4 of 4) sorted by relevance

/external/tflite-support/tensorflow_lite_support/custom_ops/
Dtf_configure.sh24 function is_macos() { function
/external/python/pyfakefs/pyfakefs/tests/
Dtest_utils.py67 is_macos = sys.platform == 'darwin' variable in TestCase
141 def is_macos(self): member in RealFsTestMixin
439 def is_macos(self): member in RealFsTestCase
/external/angle/scripts/
Dupdate_chrome_angle.py27 is_macos = sys.platform == 'darwin' variable
/external/tensorflow/
Dconfigure.py79 def is_macos(): function