MCPcopy Create free account
hub / github.com/alibaba/euler / PostProcess

Method PostProcess

euler/core/kernels/post_process_op.cc:77–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

75class PostProcess: public OpKernel {
76 public:
77 explicit PostProcess(const std::string& name) : OpKernel(name) {}
78 void Compute(const DAGNodeProto& node_def,
79 OpKernelContext* ctx) override;
80 private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected