Home
last modified time | relevance | path

Searched refs:get_root_dir_path (Results 1 – 2 of 2) sorted by relevance

/external/executorch/examples/apple/coreml/scripts/
Ddebugger_cli.py20 def get_root_dir_path() -> Path: function
24 sys.path.append(str((get_root_dir_path() / "examples").resolve()))
112 root_dir_path=get_root_dir_path(),
120 root_dir_path=get_root_dir_path(),
149 root_dir_path=get_root_dir_path(), conda_env_name=args.conda_environment_name
Dinspector_cli.py15 def get_root_dir_path() -> Path: function
19 sys.path.append(str((get_root_dir_path() / "examples").resolve()))