MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / vendor_type

Method vendor_type

dnn/src/common/handle.cpp:139–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137}
138
139megdnn::HandleImplHelper::HandleVendorType Handle::vendor_type() const {
140 return HandleVendorType::NOT_SPEC;
141}
142
143bool Handle::check_cross_dev_copy_constraint(const TensorLayout& src) {
144 return src.is_contiguous();

Callers 2

deduce_formatMethod · 0.45
makeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected