Home
last modified time | relevance | path

Searched refs:innermost (Results 1 – 25 of 69) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/LoopUnroll/
Dinvalidate_right_loop.ll29 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/
Dfunction_scopes.py31 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/
Dapi_def_MatrixTriangularSolve.pbtxt24 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
Dapi_def_CholeskyGrad.pbtxt7 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
Dapi_def_SparseSoftmax.pbtxt33 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
Dapi_def_Cross.pbtxt24 or any shape where the innermost dimension is 3. In the latter case, each pair
Dapi_def_MatrixSetDiag.pbtxt25 innermost matrices. These will be overwritten by the values in `diagonal`.
Dapi_def_MatrixBandPart.pbtxt29 summary: "Copy a tensor setting everything outside a central band in each innermost matrix"
Dapi_def_CompareAndBitpack.pbtxt47 **NOTE**: Currently, the innermost dimension of the tensor must be divisible
Dapi_def_ResourceScatterNdAdd.pbtxt38 The innermost dimension of `indices` (with length `K`) corresponds to
Dapi_def_ResourceScatterNdSub.pbtxt38 The innermost dimension of `indices` (with length `K`) corresponds to
Dapi_def_ResourceScatterNdUpdate.pbtxt40 The innermost dimension of `indices` (with length `K`) corresponds to
Dapi_def_ScatterNdSub.pbtxt47 The innermost dimension of `indices` (with length `K`) corresponds to
Dapi_def_ScatterNdAdd.pbtxt45 The innermost dimension of `indices` (with length `K`) corresponds to
Dapi_def_ScatterNdNonAliasingAdd.pbtxt42 The innermost dimension of `indices` (with length `K`) corresponds to
Dapi_def_ScatterNdUpdate.pbtxt47 The innermost dimension of `indices` (with length `K`) corresponds to
/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java295 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/
Dloop-analysis.cc384 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/
DSynchronizedNavigableMapTest.java47 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()
DSynchronizedNavigableSetTest.java158 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/
Ddebug-info-nested-blocks.m22 // innermost block.
/external/gemmlowp/doc/
Dpacking.md26 [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/
Dnullability.m38 // 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/
Dtensor_shape.proto36 // values, the last entry is the innermost dimension. This matches the
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dactivity.py183 innermost = self.enclosing_entities[-1]
185 return isinstance(parent, gast.ClassDef) and innermost.name == '__init__'

123