fix stub tensor predict output type

This commit is contained in:
dabaiji 2023-03-07 15:20:30 +08:00
parent f2c7cbb3bc
commit 07f2ca6588
1 changed files with 0 additions and 3 deletions

View File

@ -55,10 +55,7 @@ inline static PredictOutTypeMap out_type_prediction = {{"ActsULQ", kTupleTensor4
{"ApplyAdagradV2", kTupleTensor2},
{"ApplyAdamWithAmsgrad", kTupleTensor4},
{"ApplyAddSign", kTupleTensor2},
{"ApplyCenteredRMSProp", kTupleTensor4},
{"ApplyFtrl", kTupleTensor3},
{"ApplyKerasMomentum", kTupleTensor2},
{"ApplyMomentum", kTupleTensor2},
{"ApplyPowerSign", kTupleTensor2},
{"ApplyProximalAdagrad", kTupleTensor2},
{"ApplyRMSProp", kTupleTensor3},