/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/ |
D | invalidate_right_loop.ll | 29 br label %innermost.loop 31 store.block: ; preds = %innermost.loop 40 innermost.loop: ; preds = %innermost.loop, %inner.loop 41 %tmp17 = phi i64 [ 0, %inner.loop ], [ %tmp20, %innermost.loop ] 42 %local_6_51 = phi i32 [ 1, %inner.loop ], [ %tmp21, %innermost.loop ] 47 br i1 %tmp22, label %store.block, label %innermost.loop
|
/external/tensorflow/tensorflow/python/autograph/converters/ |
D | function_scopes.py | 31 innermost = self.enclosing_entities[-1] 36 name = '%s/%s' % (parent.name, innermost.name) 38 name = innermost.name 40 name = innermost.name
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_MatrixTriangularSolve.pbtxt | 24 Boolean indicating whether the innermost matrices in `matrix` are 51 `True` then the innermost matrices in `output` satisfy matrix equations 53 If `adjoint` is `False` then the strictly then the innermost matrices in
|
D | api_def_CholeskyGrad.pbtxt | 7 Algorithm depends only on lower triangular part of the innermost matrices of 15 Algorithm depends only on lower triangular part of the innermost matrices of
|
D | api_def_SparseSoftmax.pbtxt | 33 This op is equivalent to applying the normal `tf.nn.softmax()` to each innermost 38 (1) Applies `tf.nn.softmax()` to a densified view of each innermost submatrix
|
D | api_def_Cross.pbtxt | 24 or any shape where the innermost dimension is 3. In the latter case, each pair
|
D | api_def_MatrixSetDiag.pbtxt | 25 innermost matrices. These will be overwritten by the values in `diagonal`.
|
D | api_def_MatrixBandPart.pbtxt | 29 summary: "Copy a tensor setting everything outside a central band in each innermost matrix"
|
D | api_def_CompareAndBitpack.pbtxt | 47 **NOTE**: Currently, the innermost dimension of the tensor must be divisible
|
D | api_def_ResourceScatterNdAdd.pbtxt | 38 The innermost dimension of `indices` (with length `K`) corresponds to
|
D | api_def_ResourceScatterNdSub.pbtxt | 38 The innermost dimension of `indices` (with length `K`) corresponds to
|
D | api_def_ResourceScatterNdUpdate.pbtxt | 40 The innermost dimension of `indices` (with length `K`) corresponds to
|
D | api_def_ScatterNdSub.pbtxt | 47 The innermost dimension of `indices` (with length `K`) corresponds to
|
D | api_def_ScatterNdAdd.pbtxt | 45 The innermost dimension of `indices` (with length `K`) corresponds to
|
D | api_def_ScatterNdNonAliasingAdd.pbtxt | 42 The innermost dimension of `indices` (with length `K`) corresponds to
|
D | api_def_ScatterNdUpdate.pbtxt | 47 The innermost dimension of `indices` (with length `K`) corresponds to
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | FastStringBuffer.java | 295 FastStringBuffer innermost = this; in reset() local 297 while (innermost.m_innerFSB != null) in reset() 299 innermost = innermost.m_innerFSB; in reset() 302 m_chunkBits = innermost.m_chunkBits; in reset() 303 m_chunkSize = innermost.m_chunkSize; in reset() 304 m_chunkMask = innermost.m_chunkMask; in reset()
|
/external/v8/src/compiler/ |
D | loop-analysis.cc | 384 TempLoopInfo* innermost = nullptr; in FinishLoopTree() local 396 if (innermost == nullptr || in FinishLoopTree() 397 loop->loop->depth_ > innermost->loop->depth_) { in FinishLoopTree() 398 innermost = loop; in FinishLoopTree() 404 if (innermost == nullptr) continue; in FinishLoopTree() 409 AddNodeToLoop(&ni, innermost, innermost_index); in FinishLoopTree()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableMapTest.java | 47 NavigableMap<K, V> innermost = new SafeTreeMap<K, V>( in create() local 49 TestMap<K, V> inner = new TestMap<K, V>(innermost, mutex); in create() 237 NavigableMap<String, String> innermost = in suite() 240 innermost.put(entry.getKey(), entry.getValue()); in suite() 243 new TestMap<String, String>(innermost, mutex); in suite()
|
D | SynchronizedNavigableSetTest.java | 158 NavigableSet<String> innermost = new SafeTreeSet<String>(); in suite() 159 Collections.addAll(innermost, elements); in suite() 160 TestSet<String> inner = new TestSet<String>(innermost, MUTEX); in suite()
|
/external/clang/test/CodeGenObjC/ |
D | debug-info-nested-blocks.m | 22 // innermost block.
|
/external/gemmlowp/doc/ |
D | packing.md | 26 [design.md](design.md): at the innermost level, one tries to work within 104 innermost GEMM loop in the depth dimension. That's the critical inner loop that 125 ## The innermost loop of the packing stage, PackRun, and PackingRegisterBlock 128 innermost loop is called PackRun().
|
/external/clang/test/SemaObjC/ |
D | nullability.m | 38 // expected-note@-1{{use nullability type specifier '_Nonnull' to affect the innermost pointer type… 44 // expected-note@-1{{use nullability type specifier '_Nullable' to affect the innermost pointer typ… 55 // expected-note@-1{{use nullability type specifier '_Nullable' to affect the innermost pointer typ…
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor_shape.proto | 36 // values, the last entry is the innermost dimension. This matches the
|
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/ |
D | activity.py | 183 innermost = self.enclosing_entities[-1] 185 return isinstance(parent, gast.ClassDef) and innermost.name == '__init__'
|