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

Method SampleEdge

tf_euler/kernels/sample_edge_op.cc:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28class SampleEdge: public AsyncOpKernel {
29 public:
30 explicit SampleEdge(OpKernelConstruction* ctx): AsyncOpKernel(ctx) { }
31
32 void ComputeAsync(OpKernelContext* ctx, DoneCallback done) override;
33};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected