xla
ee65ff15 - [LTC] Use getBackend()->ExecuteComputation() (#4186)

Commit
2 years ago
[LTC] Use getBackend()->ExecuteComputation() (#4186) * [LTC] Use getBackend()->ExecuteComputation() Summary: This patch replaces all uses of xla::ComputationClient::Get()->ExecuteComputation() with torch::lazy::getBackend()->ExecuteComputation() such that it's consistent with upstream. Test Plan: CI * fix linter
Author
Parents
  • torch_xla/csrc
    • File
      init_python_bindings.cpp
    • File
      tensor.cpp
Loading