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

Method GetEdgeFeatureDim

euler/core/graph/graph_meta.cc:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61int64_t GraphMeta::GetEdgeFeatureDim(const std::string &feature_name) const {
62 FIND_INFO(edge_feature_info_, std::get<2>(it->second), -1);
63}
64
65FeatureInfo GraphMeta::GetEdgeFeatureInfo(
66 const std::string& feature_name) const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected