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

Function TEST

src/core/test/graph/misc.cpp:225–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

223MGB_DYN_TYPE_OBJ_FINAL_IMPL(WorkspaceAllocTestOpr);
224
225TEST(TestGraphBasic, APlusBF32) {
226 test_aplusb<false, dtype::Float32>();
227}
228
229TEST(TestGraphBasic, APlusBI32) {
230 test_aplusb<false, dtype::Int32>();

Callers

nothing calls this directly

Calls 15

make_callback_copyFunction · 0.85
addFunction · 0.85
TensorShapeClass · 0.85
OperatorNodeConfigClass · 0.85
prev_dev_ptrFunction · 0.85
set_priorityFunction · 0.85
output_fileFunction · 0.85
make_no_fwdFunction · 0.85
is_static_var_storageFunction · 0.85
gradFunction · 0.85
check_waitFunction · 0.85
is_static_var_shapeFunction · 0.85

Tested by

no test coverage detected