| 81 | auto isScalar(const Node &ptr) -> bool { return ptr.isScalar(); } |
| 82 | |
| 83 | bool Node::isLinear(const dim_t dims[4]) const { return true; } |
| 84 | |
| 85 | /// This function returns true if the \p node is a Shift node or a Buffer node |
| 86 | auto isBufferOrShift(const Node_ptr &node) -> bool { |
no outgoing calls
no test coverage detected