summaryrefslogtreecommitdiffstats
path: root/mlir/lib/Dialect/Traits.cpp
Commit message (Expand)AuthorAgeFilesLines
* [mlir] NFC: Remove Value::operator* and Value::operator-> now that Value is p...River Riddle2020-01-111-3/+3
* [mlir] Fix -Wrange-loo-analysis warningsFangrui Song2020-01-011-1/+1
* Adjust License.txt file to use the LLVM licenseMehdi Amini2019-12-231-13/+4
* NFC: Remove unnecessary 'llvm::' prefix from uses of llvm symbols declared in...River Riddle2019-12-181-3/+2
* Switch C++14 std::equal usage to for-loop.Jacques Pienaar2019-07-191-2/+6
* Relax Broadcastable trait to only reject instances that are statically incomp...Smit Hinsu2019-07-191-10/+36
* Rename VectorOrTensorType to ShapedTypeGeoffrey Martin-Noble2019-05-201-4/+4
* Only forbid mixing tensor and vector when considering broadcasting behaviorLei Zhang2019-05-101-53/+32
* Simplify the emission of various diagnostics emitted by the different dia...River Riddle2019-05-101-4/+4
* Rewrite the verify hooks on operations to use LogicalResult instead of bo...River Riddle2019-04-021-2/+2
* Replace remaining usages of the Instruction class with Operation.River Riddle2019-03-291-1/+1
* Remove const from Value, Instruction, Argument, and the various methods on theChris Lattner2019-03-291-1/+1
* Change getBroadcastedShape() to return result shape via parameterLei Zhang2019-03-291-10/+11
* Allow input and output to have different element types for broadcastable opsLei Zhang2019-03-291-3/+19
* Pull shape broadcast out as a stand-alone utility functionLei Zhang2019-03-291-35/+60
* Add binary broadcastable builder.Jacques Pienaar2019-03-291-1/+4
* Handle dynamic shapes in Broadcastable op traitSmit Hinsu2019-03-291-3/+13
* Remove remaining references to OperationInst in all directories except for li...River Riddle2019-03-291-1/+1
* Migrate VectorOrTensorType/MemRefType shape api to use int64_t instead of int.River Riddle2019-03-291-2/+2
* Promote broadcast logic from TensorFlowLite to Dialect/ directoryLei Zhang2019-03-291-0/+157
OpenPOWER on IntegriCloud