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

Method SampleEdgeSplit

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

Source from the content-addressed store, hash-verified

31class SampleEdgeSplit: public OpKernel {
32 public:
33 explicit SampleEdgeSplit(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