| 72 | } |
| 73 | |
| 74 | bool TensorFormat::is_lowbit_aligned() const { |
| 75 | return type() == TensorFormat::Type::LOWBITS_ALIGNED_TO_BYTE; |
| 76 | } |
| 77 | |
| 78 | /* ===================== DefaultFormat ===================== */ |
| 79 | void DefaultTensorFormat::assert_valid(const TensorLayout& layout) const { |
no outgoing calls
no test coverage detected