committed by
A. Unique TensorFlower
parent
f603a50109
commit
268365ab01
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user