Home
last modified time | relevance | path

Searched refs:IterType (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_util.h224 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/
DStreamArray.h108 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-10.0/llvm/include/llvm/Support/
DBinaryStreamArray.h153 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef
176 bool operator==(const IterType &R) const {
201 IterType &operator+=(unsigned N) {
/external/llvm-project/llvm/include/llvm/Support/
DBinaryStreamArray.h154 typedef VarStreamArrayIterator<ValueType, Extractor> IterType; typedef
177 bool operator==(const IterType &R) const {
202 IterType &operator+=(unsigned N) {
/external/llvm/lib/TableGen/
DTGParser.cpp1760 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-10.0/llvm/lib/TableGen/
DTGParser.cpp2498 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
2522 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
2546 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()
2547 IterType = IntRecTy::get(); in ParseForeachDeclaration()
2551 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
2554 if (!IterType) in ParseForeachDeclaration()
2557 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()
/external/llvm-project/llvm/lib/TableGen/
DTGParser.cpp2570 RecTy *IterType = nullptr; in ParseForeachDeclaration() local
2593 IterType = cast<ListRecTy>(TI->getType())->getElementType(); in ParseForeachDeclaration()
2617 assert(!IterType && "Type already initialized?"); in ParseForeachDeclaration()
2618 IterType = IntRecTy::get(); in ParseForeachDeclaration()
2622 ForeachListValue = ListInit::get(Values, IterType); in ParseForeachDeclaration()
2625 if (!IterType) in ParseForeachDeclaration()
2628 return VarInit::get(DeclName, IterType); in ParseForeachDeclaration()
/external/angle/third_party/abseil-cpp/absl/container/internal/
Dbtree.h1522 template <typename IterType>
1523 static IterType internal_last(IterType iter);
2475 template <typename IterType>
2476 inline IterType btree<P>::internal_last(IterType iter) {
/external/openscreen/third_party/abseil/src/absl/container/internal/
Dbtree.h1476 template <typename IterType>
1477 static IterType internal_last(IterType iter);
2424 template <typename IterType>
2425 inline IterType btree<P>::internal_last(IterType iter) {
/external/libtextclassifier/abseil-cpp/absl/container/internal/
Dbtree.h1452 template <typename IterType>
1453 static IterType internal_last(IterType iter);
2448 template <typename IterType>
2449 inline IterType btree<P>::internal_last(IterType iter) {
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/internal/
Dbtree.h1452 template <typename IterType>
1453 static IterType internal_last(IterType iter);
2448 template <typename IterType>
2449 inline IterType btree<P>::internal_last(IterType iter) {
/external/webrtc/third_party/abseil-cpp/absl/container/internal/
Dbtree.h1390 template <typename IterType>
1391 static IterType internal_last(IterType iter);
2431 template <typename IterType>
2432 inline IterType btree<P>::internal_last(IterType iter) {
/external/abseil-cpp/absl/container/internal/
Dbtree.h1390 template <typename IterType>
1391 static IterType internal_last(IterType iter);
2431 template <typename IterType>
2432 inline IterType btree<P>::internal_last(IterType iter) {
/external/webrtc/third_party/abseil-cpp/absl/container/
Dbtree_test.cc107 template <typename IterType, typename CheckerIterType>
108 IterType iter_check(IterType tree_iter, CheckerIterType checker_iter) const { in iter_check()
117 template <typename IterType, typename CheckerIterType>
118 IterType riter_check(IterType tree_iter, CheckerIterType checker_iter) const { in riter_check()
/external/abseil-cpp/absl/container/
Dbtree_test.cc107 template <typename IterType, typename CheckerIterType>
108 IterType iter_check(IterType tree_iter, CheckerIterType checker_iter) const { in iter_check()
117 template <typename IterType, typename CheckerIterType>
118 IterType riter_check(IterType tree_iter, CheckerIterType checker_iter) const { in riter_check()
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/container/
Dbtree_test.cc109 template <typename IterType, typename CheckerIterType>
110 IterType iter_check(IterType tree_iter, CheckerIterType checker_iter) const { in iter_check()
119 template <typename IterType, typename CheckerIterType>
120 IterType riter_check(IterType tree_iter, CheckerIterType checker_iter) const { in riter_check()
/external/libtextclassifier/abseil-cpp/absl/container/
Dbtree_test.cc109 template <typename IterType, typename CheckerIterType>
110 IterType iter_check(IterType tree_iter, CheckerIterType checker_iter) const { in iter_check()
119 template <typename IterType, typename CheckerIterType>
120 IterType riter_check(IterType tree_iter, CheckerIterType checker_iter) const { in riter_check()
/external/angle/third_party/abseil-cpp/absl/container/
Dbtree_test.cc110 template <typename IterType, typename CheckerIterType>
111 IterType iter_check(IterType tree_iter, CheckerIterType checker_iter) const { in iter_check()
120 template <typename IterType, typename CheckerIterType>
121 IterType riter_check(IterType tree_iter, CheckerIterType checker_iter) const { in riter_check()
/external/openscreen/third_party/abseil/src/absl/container/
Dbtree_test.cc110 template <typename IterType, typename CheckerIterType>
111 IterType iter_check(IterType tree_iter, CheckerIterType checker_iter) const { in iter_check()
120 template <typename IterType, typename CheckerIterType>
121 IterType riter_check(IterType tree_iter, CheckerIterType checker_iter) const { in riter_check()