-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge Tensor
and LoDTensor
class
#6798
Comments
why do we need to merge these two classes or Why do we need to keep these two classes? |
@jacquesqiao In the current implementation: Paddle/paddle/operators/mul_op.h Line 30 in 61ec0b9
Calls Paddle/paddle/framework/operator.h Lines 314 to 315 in e445b3f
Calls Paddle/paddle/framework/operator.cc Lines 202 to 206 in e445b3f
Calls Paddle/paddle/framework/operator.cc Lines 178 to 188 in e445b3f
Meaning, even though We have to remove |
In protocol buffer, tensor and lodtensor are of the same type.
Paddle/paddle/framework/framework.proto
Lines 118 to 126 in e445b3f
This consistency should stay true at the class level.
The text was updated successfully, but these errors were encountered: