Home
last modified time | relevance | path

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

/external/openthread/third_party/mbedtls/repo/scripts/
Dabi_check.py132 update_output = subprocess.check_output(
137 self.log.debug(update_output.decode("utf-8"))
/external/mbedtls/scripts/
Dabi_check.py211 update_output = subprocess.check_output(
216 self.log.debug(update_output.decode("utf-8"))
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dreduce.h337 bool update_output = (depth % 2) == parity; in ReduceImpl() local
339 if (i > 0 && !update_output) { in ReduceImpl()
345 if (update_output) { in ReduceImpl()