Searched refs:IterType (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_util.h | 224 template <typename IterType> 225 static void AddValues(IterType begin, IterType end, TensorProto* proto) { 231 template <typename IterType> 232 static void CopyValues(IterType dst, const TensorProto& proto) { 258 template <typename IterType> 259 static void AddValues(IterType begin, IterType end, TensorProto* proto) { 260 for (IterType it = begin; it != end; ++it) { 264 template <typename IterType> 265 static void CopyToTensorContent(IterType begin, IterType end,
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | StreamArray.h | 108 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef 125 bool operator==(const IterType &R) const { 140 bool operator!=(const IterType &R) { return !(*this == R); } 147 IterType &operator++() { 169 IterType operator++(int) { 170 IterType Original = *this;
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | BinaryStreamArray.h | 137 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef 164 bool operator==(const IterType &R) const { 189 IterType &operator+=(unsigned N) {
|
/external/llvm/lib/TableGen/ |
D | TGParser.cpp | 1760 RecTy *IterType = nullptr; in ParseForeachDeclaration() local 1778 IterType = ListType->getElementType(); in ParseForeachDeclaration() 1801 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration() 1802 IterType = IntRecTy::get(); in ParseForeachDeclaration() 1806 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration() 1809 if (!IterType) in ParseForeachDeclaration() 1812 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/ |
D | TGParser.cpp | 2278 RecTy *IterType = nullptr; in ParseForeachDeclaration() local 2314 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration() 2320 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration() 2321 IterType = IntRecTy::get(); in ParseForeachDeclaration() 2325 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration() 2328 if (!IterType) in ParseForeachDeclaration() 2331 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()
|