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

Method type

dnn/include/megdnn/tensor_format.h:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44};
45
46TensorFormat::Type TensorFormat::type() const {
47 return m_impl->type();
48}
49
50//! default tensor format that imposes no stride constraints
51class DefaultTensorFormat final : public TensorFormat::ImplBase {

Callers 6

check_matrix_mulMethod · 0.45
run_int8_testMethod · 0.45
run_quint8_testMethod · 0.45
DEF_TESTFunction · 0.45
is_valid_imageMethod · 0.45
is_valid_layoutMethod · 0.45

Calls

no outgoing calls

Tested by 4

check_matrix_mulMethod · 0.36
run_int8_testMethod · 0.36
run_quint8_testMethod · 0.36
DEF_TESTFunction · 0.36