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

Method SampleNodeOp

euler/core/kernels/sample_node_op.cc:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30class SampleNodeOp: public OpKernel {
31 public:
32 explicit SampleNodeOp(const std::string& name): OpKernel(name) { }
33
34 void Compute(const DAGNodeProto& node_def, OpKernelContext* ctx);
35};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected