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

Method GetNodeOp

euler/core/kernels/get_node_op.cc:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected