Automated rollback of commit f603a50109

PiperOrigin-RevId: 286924059
This commit is contained in:
MLIR Team
2019-12-23 11:49:50 -08:00
committed by A. Unique TensorFlower
parent f603a50109
commit 268365ab01
30 changed files with 159 additions and 369 deletions

View File

@@ -87,8 +87,7 @@ struct PythonValueHandle {
operator ValueHandle &() { return value; }
std::string str() const {
return std::to_string(
reinterpret_cast<intptr_t>(value.getValue().getAsOpaquePointer()));
return std::to_string(reinterpret_cast<intptr_t>(value.getValue()));
}
PythonValueHandle call(const std::vector<PythonValueHandle> &args) {