MCPcopy 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
416bool Format::is_default(void) const {
417 return FormatImplRef(m_impl.get()).is_default();
418}
419
420const void* Tensor::impl(void) const {
421 return m_tensor;

Callers 15

init_output_tensorMethod · 0.45
checkMethod · 0.45
check_tensor_value_validFunction · 0.45
applyMethod · 0.45
tensor.cppFile · 0.45
build_blobMethod · 0.45
var_node.cppFile · 0.45
var_alloc_with_shapeMethod · 0.45
init_output_formatMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
FormatMethod · 0.45

Calls 1

getMethod · 0.45

Tested by 2

TESTFunction · 0.36
TESTFunction · 0.36