Home
last modified time | relevance | path

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

/aosp_15_r20/external/mbedtls/scripts/
H A Dabi_check.py167 fetch_output = subprocess.check_output(
173 self.log.debug(fetch_output.decode("utf-8"))
210 fetch_output = subprocess.check_output(
216 self.log.debug(fetch_output.decode("utf-8"))
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A Dabi_check.py167 fetch_output = subprocess.check_output(
173 self.log.debug(fetch_output.decode("utf-8"))
210 fetch_output = subprocess.check_output(
216 self.log.debug(fetch_output.decode("utf-8"))
/aosp_15_r20/external/tensorflow/tensorflow/core/graph/
H A Dsubgraph.cc321 for (const string& fetch_output : fetch_outputs) { in RewriteGraphForExecution() local
323 new SendFetchRewrite(&fetch_output, &device_info)); in RewriteGraphForExecution()