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

Method SampleGraphLabel

tf_euler/kernels/sample_graph_label_op.cc:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected