Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/eager/parallel_device/
Dparallel_device.cc133 TensorHandlePtr this_output( in ExecuteWithSpecialOps() local
135 outputs.emplace_back(std::move(this_output)); in ExecuteWithSpecialOps()
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py507 this_output, this_error = process.communicate()
517 "combined_output": this_output,
521 output = output + this_output.decode("utf-8", errors='ignore')