fix mix input type error, test=develop

move-code
lujun 6 years ago
parent 18aa59493e
commit bc4d1c7246

@ -19,6 +19,8 @@ limitations under the License. */
namespace paddle {
namespace operators {
using Tensor = framework::Tensor;
class SaveCombineOp : public framework::OperatorWithKernel {
public:
using framework::OperatorWithKernel::OperatorWithKernel;

Loading…
Cancel
Save