Update TensorFlow pin (08-2022) (#3922)
* Update tensorflow pin to master (64202d874e19698c250b91be4c7cd9bac0cae10a)
* Update path to compiler/xla/mlir_hlo/WORKSPACE in build script
* Updated path tensorflow/core/platform/default to tensorflow/tsl/platform/default in xla_client
* Update ConsumeValueOrDie() to value() in xla_client
* Pull latest TensorFlow again up to b00661ef3be7aeae01b524b17ecedbc9efbd46b5
* Update some more calls for ConsumeValueOrDie()
* Update PjRtExecutable to PjRtLoadedExecutable
* Run linter and rebase with master
* Update StatusOr::value calls in xla_client
* Add tf_patch for tensorflow::profiler
* Update parameter type totensorflow::profiler::ToolOptions for tensorflow::profiler::pywrap::Trace
* Run linter again
* Update value::consume() function in tests
* Make layout hash in shape optional
* patch to make TPUVM build
* Add debugging prints
* Update TF pin to db52690f4b56c8b81076687850e146a28dd6a29a
* Revert "Update parameter type totensorflow::profiler::ToolOptions for tensorflow::profiler::pywrap::Trace"
This reverts commit cc685c4aef59fba950a702480f1a1131e1144d5a.
* Update and rename tf_patch diff
* Run linter
* Revert "Add debugging prints"
This reverts commit e05e2a9cd13e1dfbb050cd374c884320c268fc62.
* Update tf_patch
* Add cxxopts to build script
* Add TF patch to remove Float16
* Revert "Add cxxopts to build script"
This reverts commit b7ab8bf289fa832cfed4b62f451b30a592385d32.
Co-authored-by: JackCaoG <jackcao@google.com>