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

Method SampleNodeSplit

euler/core/kernels/sample_node_split_op.cc:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected