Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ is_default
Method
is_default
src/custom/impl/tensor.cpp:416–418 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
414
}
415
416
bool Format::is_default(void) const {
417
return FormatImplRef(m_impl.get()).is_default();
418
}
419
420
const void* Tensor::impl(void) const {
421
return m_tensor;
Callers
15
init_output_tensor
Method · 0.45
check
Method · 0.45
check_tensor_value_valid
Function · 0.45
apply
Method · 0.45
tensor.cpp
File · 0.45
build_blob
Method · 0.45
var_node.cpp
File · 0.45
var_alloc_with_shape
Method · 0.45
init_output_format
Method · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
Format
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
2
TEST
Function · 0.36
TEST
Function · 0.36