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

Method GetGraphByLabel

tf_euler/kernels/get_graph_by_label_op.cc:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected