| 560 | } |
| 561 | |
| 562 | bool test_precision_traits() { |
| 563 | assert(PrecisionTraits::size_of(Precision::INT8) == 1); |
| 564 | assert(PrecisionTraits::size_of(Precision::FP32) == 4); |
| 565 | return true; |
| 566 | } |
| 567 | |
| 568 | bool test_graph_precision_construction() { |
| 569 | TestUtils::FP16TestFixture fixture("Graph Precision Construction"); |