Support `getShape`, `hasStaticShape` and `getDimSize` methods for all the Vector...
authorFeng Liu <fengliuai@google.com>
Tue, 9 Oct 2018 23:49:39 +0000 (16:49 -0700)
committerjpienaar <jpienaar@google.com>
Fri, 29 Mar 2019 20:26:38 +0000 (13:26 -0700)
commit84a0c4026169f96f9c597b63acaa28c5e5b58104
treeb81d27702367147747caf592ce144935606572d4
parent1d3e7e2616b792831f0fc2db632eb1cad5241bfd
Support `getShape`, `hasStaticShape` and `getDimSize` methods for all the Vector and Tensor Types.

PiperOrigin-RevId: 216447553
mlir/include/mlir/IR/Builders.h
mlir/include/mlir/IR/Types.h
mlir/lib/IR/Builders.cpp
mlir/lib/IR/MLIRContext.cpp
mlir/lib/IR/StandardOps.cpp
mlir/lib/IR/Types.cpp
mlir/lib/Parser/Parser.cpp