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

Method image2d_pitch_alignment

dnn/src/common/handle.cpp:135–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135size_t Handle::image2d_pitch_alignment() const {
136 megdnn_throw("image2d tensor format not supported on this handle");
137}
138
139megdnn::HandleImplHelper::HandleVendorType Handle::vendor_type() const {
140 return HandleVendorType::NOT_SPEC;

Callers 2

deduce_formatMethod · 0.45
makeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected