MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / InferLogicalTensorDesc

Method InferLogicalTensorDesc

oneflow/user/ops/model_update_ops.cpp:510–512  ·  view source on GitHub ↗

static */

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Tested by

no test coverage detected