MCPcopy Create free account
hub / github.com/Tencent/embedx / GetYUnsup

Function GetYUnsup

src/model/encoder/instance_encoder.cc:33–36  ·  view source on GitHub ↗

Y_UNSUPVISED_NAME

Source from the content-addressed store, hash-verified

31
32// Y_UNSUPVISED_NAME
33GraphNode* GetYUnsup(const std::string& name, int label_size) {
34 return new InstanceNode(name, Shape(BATCH_PLACEHOLDER, label_size),
35 TENSOR_TYPE_TSR);
36}
37
38} // namespace embedx

Callers 3

InitGraphMethod · 0.85
InitGraphMethod · 0.85
InitGraphMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected