Home
last modified time | relevance | path

Searched refs:Containers (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/example/
Dfeature.proto64 // Containers to hold repeated fundamental values.
75 // Containers for non-sequential data.
90 // Containers for sequential data.
/external/swiftshader/third_party/subzero/src/
DIceOperand.h981 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/
DUnalignedArrayAssert.dox49 \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".
DStlContainers.dox3 /** \eigenManualPage TopicStlContainers Using STL Containers with Eigen
DA05_PortingFrom2To3.dox279 \section StdContainers STL Containers
/external/ltp/testcases/kernel/containers/
DTEST_PLAN.txt17 Following are tentative Testcases to be included into LTP-Containers in future:
/external/toybox/
DConfig.in59 Linux Containers) for a simple straightforward system.
/external/clang/include/clang/StaticAnalyzer/Checkers/
DCheckers.td70 def Containers : Package<"containers">, InPackage<CoreFoundation>;
555 let ParentPackage = Containers in {
/external/python/cpython3/Doc/library/
Dcollections.abc.rst1 :mod:`collections.abc` --- Abstract Base Classes for Containers
/external/ltp/
DREADME.kernel_config13 Enabling Kernel Configuration to test Containers/Namespaces
/external/clang/lib/Sema/
DSemaCodeComplete.cpp7184 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/
Dstring_span311 // from containers. Containers must have a pointer type and data() function signatures
/external/llvm/docs/
DProgrammersManual.rst808 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/
Dwikipedia.css105 /* Navigation Containers */
/external/python/cpython3/Doc/reference/
Ddatamodel.rst1974 The following methods can be defined to implement container objects. Containers
/external/python/cpython2/Doc/reference/
Ddatamodel.rst1847 The following methods can be defined to implement container objects. Containers
/external/googletest/googlemock/docs/
DCookBook.md1139 ## Matching Containers ##