Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
46
TensorFormat::Type TensorFormat::type() const {
47
return m_impl->type();
48
}
49
50
//! default tensor format that imposes no stride constraints
51
class DefaultTensorFormat final : public TensorFormat::ImplBase {
Callers
6
check_matrix_mul
Method · 0.45
run_int8_test
Method · 0.45
run_quint8_test
Method · 0.45
DEF_TEST
Function · 0.45
is_valid_image
Method · 0.45
is_valid_layout
Method · 0.45
Calls
no outgoing calls
Tested by
4
check_matrix_mul
Method · 0.36
run_int8_test
Method · 0.36
run_quint8_test
Method · 0.36
DEF_TEST
Function · 0.36