static */
| 508 | } // namespace |
| 509 | |
| 510 | /* static */ Maybe<void> SgdUpdateOp::InferLogicalTensorDesc(user_op::InferContext* ctx) { |
| 511 | return InferSGDUpdateTensorDesc(ctx); |
| 512 | } |
| 513 | |
| 514 | /*static*/ Maybe<void> SgdUpdateOp::InferPhysicalTensorDesc(user_op::InferContext* ctx) { |
| 515 | return InferLogicalTensorDesc(ctx); |
nothing calls this directly
no test coverage detected