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

Method SampleLayer

euler/core/kernels/sample_layer_op.cc:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected