Add buffer size information to Linalg::BufferType. If the size is
constant then it is represented as <size x elementType>. If the size is not a compile time constant, then it is represented as <? x elementType>. PiperOrigin-RevId: 255619400
Loading
Please sign in to comment