Home
last modified time | relevance | path

Searched defs:run_dir (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/rpc/client/
Dsave_profile.cc53 Status DumpToolData(absl::string_view run_dir, absl::string_view host, in DumpToolData()
82 const std::string& run, std::string* run_dir, in GetOrCreateRunDir()
119 std::string run_dir; in SaveProfile() local
133 std::string run_dir; in SaveGzippedToolData() local
/external/harfbuzz_ng/test/fuzzing/
Drun-subset-fuzzer-tests.py45 def run_dir (parent_path): function
Drun-repacker-fuzzer-tests.py45 def run_dir (parent_path): function
/external/rust/crates/grpcio-sys/grpc/src/boringssl/
Dgen_build_yaml.py21 run_dir = os.path.dirname(sys.argv[0]) variable
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dio_ops.cc86 auto run_dir = snapshot_util::RunDirectory(path, run_id); in DoCompute() local
107 const std::string& run_dir, in WriteData()
681 auto run_dir = snapshot_util::RunDirectory( in InitializeInput() local
Dsnapshot_dataset_op.cc275 auto run_dir = snapshot_util::RunDirectory(hash_dir, metadata.run_id()); in Initialize() local
1424 tstring hash_dir, run_id, run_dir; in RestoreInternal() local
/external/curl/tests/http/testenv/
Dcurl.py213 def run_dir(self) -> str: member in CurlClient