Home
last modified time | relevance | path

Searched refs:get_output_file_path (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/ios/
H A Dbuild_frameworks.sh61 function get_output_file_path { function
114 OUT_FILES+=($(get_output_file_path "${target}"))
143 OUT_FILES+=($(get_output_file_path "${target}"))
/aosp_15_r20/external/pytorch/test/profiler/
H A Dtest_execution_trace.py150 self.assertEqual(fp.name, p.execution_trace_observer.get_output_file_path())
209 assert fp.name == et.get_output_file_path()
299 assert fp.name == et.get_output_file_path()
351 assert fp.name == et.get_output_file_path()
/aosp_15_r20/external/pytorch/torch/profiler/
H A Dprofiler.py912 def get_output_file_path(self) -> str: member in ExecutionTraceObserver