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

Method SampleRoot

euler/core/kernels/sample_root_op.cc:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class SampleRoot: public OpKernel {
29 public:
30 explicit SampleRoot(const std::string& name) : OpKernel(name) {}
31 void Compute(const DAGNodeProto& node_def,
32 OpKernelContext* ctx) override;
33};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected