Searched defs:getSplat (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/utils/ |
D | hlo_utils.h | 56 static ElementsAttr getSplat(Builder* b, RankedTensorType ty, T constant) { in getSplat() function 78 static ElementsAttr getSplat(Builder* b, Value val, T constant) { in getSplat() function
|
/external/llvm/include/llvm/ADT/ |
D | APInt.h | 546 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat() function
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | APInt.h | 550 static APInt getSplat(unsigned NewLen, const APInt &V) { in getSplat() function
|
/external/llvm/lib/IR/ |
D | Constants.cpp | 1038 Constant *ConstantVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantVector 2543 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Constants.cpp | 1201 Constant *ConstantVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantVector 2718 Constant *ConstantDataVector::getSplat(unsigned NumElts, Constant *V) { in getSplat() function in ConstantDataVector
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | APInt.cpp | 577 APInt APInt::getSplat(unsigned NewLen, const APInt &V) { in getSplat() function in APInt
|