HomeSort by relevance Sort by last modified time
    Searched refs:_config_path (Results 1 - 3 of 3) sorted by null

  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
base_config.py 94 self._config_path = file_path
97 if not self._config_path:
99 if not os.path.exists(self._config_path):
103 self._WriteConfigToFile(self._config_path, dependencies=self._config_data)
127 'config: %s' % self._config_path)
128 base_path = os.path.dirname(self._config_path)
181 dependency, platform, self._config_path,
191 return self._config_path
300 self._WriteConfigToFile(self._config_path, self._config_data)
325 with open(self._config_path, 'r') as fstream
    [all...]
base_config_unittest.py 166 self.assertEqual(self.file_path, config._config_path)
    [all...]
  /external/tensorflow/tensorflow/python/keras/
backend.py 5281 _config_path = os.path.expanduser(os.path.join(_keras_dir, 'keras.json')) variable
    [all...]

Completed in 833 milliseconds