Searched refs:Containers (Results 1 – 17 of 17) sorted by relevance
/external/tensorflow/tensorflow/core/example/ |
D | feature.proto | 64 // Containers to hold repeated fundamental values. 75 // Containers for non-sequential data. 90 // Containers for sequential data.
|
/external/swiftshader/third_party/subzero/src/ |
D | IceOperand.h | 981 if (!Containers.empty()) { in setName() 983 Containers[i]->setName(Func, getName() + "__cont" + std::to_string(i)); in setName() 990 for (Variable *Var : Containers) { 995 const VarList &getContainers() const { return Containers; } in getContainers() 1004 Containers.push_back(Var); in initVecElement() 1023 VarList Containers; variable
|
/external/eigen/doc/ |
D | UnalignedArrayAssert.dox | 49 \section c2 Cause 2: STL Containers or manual memory allocation 51 If you use STL Containers such as std::vector, std::map, ..., with %Eigen objects, or with classes … 59 then you need to read this separate page: \ref TopicStlContainers "Using STL Containers with Eigen".
|
D | StlContainers.dox | 3 /** \eigenManualPage TopicStlContainers Using STL Containers with Eigen
|
D | A05_PortingFrom2To3.dox | 279 \section StdContainers STL Containers
|
/external/ltp/testcases/kernel/containers/ |
D | TEST_PLAN.txt | 17 Following are tentative Testcases to be included into LTP-Containers in future:
|
/external/toybox/ |
D | Config.in | 59 Linux Containers) for a simple straightforward system.
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 70 def Containers : Package<"containers">, InPackage<CoreFoundation>; 555 let ParentPackage = Containers in {
|
/external/python/cpython3/Doc/library/ |
D | collections.abc.rst | 1 :mod:`collections.abc` --- Abstract Base Classes for Containers
|
/external/ltp/ |
D | README.kernel_config | 13 Enabling Kernel Configuration to test Containers/Namespaces
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 7184 SmallVector<ObjCContainerDecl *, 4> Containers; in CodeCompleteObjCMethodDecl() local 7185 Containers.push_back(SearchDecl); in CodeCompleteObjCMethodDecl() 7201 Containers.push_back(Cat); in CodeCompleteObjCMethodDecl() 7203 for (unsigned I = 0, N = Containers.size(); I != N; ++I) in CodeCompleteObjCMethodDecl() 7204 for (auto *P : Containers[I]->instance_properties()) in CodeCompleteObjCMethodDecl()
|
/external/Microsoft-GSL/include/gsl/ |
D | string_span | 311 // from containers. Containers must have a pointer type and data() function signatures
|
/external/llvm/docs/ |
D | ProgrammersManual.rst | 808 Sequential Containers (std::vector, std::list, etc) 1255 Set-Like Containers (std::set, SmallSet, SetVector, etc) 1502 Map-Like Containers (std::map, DenseMap, etc)
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
D | wikipedia.css | 105 /* Navigation Containers */
|
/external/python/cpython3/Doc/reference/ |
D | datamodel.rst | 1974 The following methods can be defined to implement container objects. Containers
|
/external/python/cpython2/Doc/reference/ |
D | datamodel.rst | 1847 The following methods can be defined to implement container objects. Containers
|
/external/googletest/googlemock/docs/ |
D | CookBook.md | 1139 ## Matching Containers ##
|