Home
last modified time | relevance | path

Searched refs:IndexCount (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_2d_gpu.h85 template <typename T, int IndexCount, T DefaultValue>
94 for (int i = 0; i < IndexCount; i++) {
100 for (int i = 1; i < IndexCount; i++) {
107 for (int i = 2; i < IndexCount; i++) {
115 for (int i = 3; i < IndexCount; i++) {
119 EIGEN_STRONG_INLINE Array(const std::array<T, IndexCount>& array) {
120 for (int i = 0; i < IndexCount; i++) {
124 T data[IndexCount];
128 template <int IndexCount>
129 struct Dimension : Array<int, IndexCount, 1> {
[all …]
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp775 for (auto IndexCount : ModulesOrdering) { in run() local
776 auto &ModuleBuffer = Modules[IndexCount]; in run()
822 }, IndexCount); in run()
/external/llvm-project/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp1072 for (auto IndexCount : ModulesOrdering) { in run() local
1073 auto &Mod = Modules[IndexCount]; in run()
1158 }, IndexCount); in run()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp1041 for (auto IndexCount : ModulesOrdering) { in run() local
1042 auto &Mod = Modules[IndexCount]; in run()
1127 }, IndexCount); in run()