Skip to content
Snippets Groups Projects
Unverified Commit f8331628 authored by liufengwei0103's avatar liufengwei0103 Committed by GitHub
Browse files

fix return type (#5548)


* fix return type

* auto format by CI

Co-authored-by: default avataroneflow-ci-bot <ci-bot@oneflow.org>
Co-authored-by: default avataroneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
parent 4857b649
No related branches found
No related tags found
No related merge requests found
......@@ -29,9 +29,7 @@ class SinkTickKernel final : public KernelIf<DeviceType::kCPU> {
private:
void ForwardDataContent(const KernelCtx& ctx,
std::function<Blob*(const std::string&)> BnInOp2Blob) const override {}
const PbMessage& GetCustomizedOpConf() const override {
return this->op_conf().source_tick_conf();
}
const PbMessage& GetCustomizedOpConf() const override { return this->op_conf().sink_tick_conf(); }
};
} // namespace oneflow
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment