HomeSort by relevance Sort by last modified time
    Searched full:base_path (Results 151 - 161 of 161) sorted by null

1 2 3 4 5 67

  /external/python/cpython3/Mac/BuildScript/
build-installer.py 628 base_path = '/bin:/sbin:/usr/bin:/usr/sbin'
630 base_path = os.environ['SDK_TOOLS_BIN'] + ':' + base_path
635 base_path = base_path + ':' + OLD_DEVELOPER_TOOLS
636 os.environ['PATH'] = base_path
    [all...]
  /external/chromium-trace/catapult/common/py_utils/py_utils/
cloud_storage.py 245 def _FileLock(base_path):
246 pseudo_lock_path = '%s.pseudo_lock' % base_path
  /external/python/cpython3/Lib/test/
test_posix.py 758 base_path = os.path.abspath(support.TESTFN) + '.getcwd'
761 os.mkdir(base_path)
762 os.chdir(base_path)
788 support.rmtree(base_path)
    [all...]
  /external/tensorflow/tensorflow/contrib/session_bundle/
session_bundle_test.cc 147 // base_path and asset directory.
  /external/python/cpython3/Lib/test/support/
__init__.py     [all...]
  /external/tensorflow/tensorflow/python/layers/
normalization_test.py 170 base_path = '%s_%s_%s_%s_%s_%s' % (is_fused_checkpoint_a,
177 'checkpoint_a_%s' % base_path)
186 'checkpoint_b_%s' % base_path)
    [all...]
  /external/toolchain-utils/
afe_lock_machine.py 120 base_path=autotest_path, root_module_name='autotest_lib')
  /external/tensorflow/tensorflow/docs_src/programmers_guide/
saved_model.md 327 `/tmp/model/0002`, and so on. Set the `--model-base_path` flag to the base
    [all...]
  /external/autotest/server/hosts/
adb_host.py     [all...]
  /external/skia/platform_tools/android/bin/linux/
perfhost 
  /external/skqp/platform_tools/android/bin/linux/
perfhost 

Completed in 356 milliseconds

1 2 3 4 5 67