| 223 | MGB_DYN_TYPE_OBJ_FINAL_IMPL(WorkspaceAllocTestOpr); |
| 224 | |
| 225 | TEST(TestGraphBasic, APlusBF32) { |
| 226 | test_aplusb<false, dtype::Float32>(); |
| 227 | } |
| 228 | |
| 229 | TEST(TestGraphBasic, APlusBI32) { |
| 230 | test_aplusb<false, dtype::Int32>(); |
nothing calls this directly
no test coverage detected