Searched refs:segmented (Results 1 – 25 of 26) sorted by relevance
12
/external/tensorflow/tensorflow/python/ops/ragged/ |
D | ragged_segment_op_test.py | 112 segmented = segment_op(rt, segment_ids, num_segments) 113 self.assertAllEqual(segmented, expected) 148 segmented = segment_op(rt, segment_ids, num_segments) 149 self.assertAllClose(segmented, expected) 181 segmented = ragged_math_ops.segment_sum(rt, segment_ids, 3) 185 self.assertAllEqual(segmented, expected)
|
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
D | Standard_Suite.py | 268 class segmented(aetools.NProperty): class 368 'segmented' : segmented, 434 'Iseg' : segmented,
|
/external/rust/crates/heck/ |
D | README.md | 21 That is, "HelloWorld" is segmented `Hello|World` whereas "XMLHttpRequest" is 22 segmented `XML|Http|Request`.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_GRUBlockCellGrad.pbtxt | 35 `w_ru` can be segmented into 4 different matrices. 40 Similarly, `w_c` can be segmented into 2 different matrices.
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | segmented-stacks-standalone.ll | 4 ; This test is standalone because segmented-stacks.ll generates
|
D | x86-shrink-wrap-unwind.ll | 159 ; Check that we generate correct code for segmented stack. 162 ; For now, shrink-wrapping is disabled on segmented stack functions: PR26107.
|
/external/llvm/test/CodeGen/X86/ |
D | x86-shrink-wrap-unwind.ll | 156 ; Check that we generate correct code for segmented stack. 159 ; For now, shrink-wrapping is disabled on segmented stack functions: PR26107.
|
/external/llvm-project/llvm/docs/ |
D | Reference.rst | 204 This document describes segmented stacks and how they are used in LLVM.
|
D | CodeGenerator.rst | 1958 :raw-html:`<td><a href="#feat_segstacks">segmented stacks</a></td>` 2050 This box indicates whether the target supports segmented stacks. This replaces
|
/external/libchrome/mojo/ |
D | README.md | 27 The documentation here is segmented according to the different libraries
|
/external/llvm/docs/ |
D | index.rst | 340 This document describes segmented stacks and how they are used in LLVM.
|
D | CodeGenerator.rst | 1919 :raw-html:`<td><a href="#feat_segstacks">segmented stacks</a></td>` 2011 This box indicates whether the target supports segmented stacks. This replaces
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 103 // When using segmented stacks these are lowered into instructions which first 110 "# variable sized alloca for segmented stacks", 117 "# variable sized alloca for segmented stacks", 238 // Pseudo instructions used by segmented stacks.
|
D | X86InstrFormats.td | 407 // Templates for instructions that use a 16- or 32-bit segmented address as
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 96 // When using segmented stacks these are lowered into instructions which first 103 "# variable sized alloca for segmented stacks", 110 "# variable sized alloca for segmented stacks", 255 // Pseudo instructions used by segmented stacks.
|
D | X86InstrFormats.td | 469 // Templates for instructions that use a 16- or 32-bit segmented address as
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86InstrCompiler.td | 96 // When using segmented stacks these are lowered into instructions which first 103 "# variable sized alloca for segmented stacks", 110 "# variable sized alloca for segmented stacks", 245 // Pseudo instructions used by segmented stacks.
|
D | X86InstrFormats.td | 456 // Templates for instructions that use a 16- or 32-bit segmented address as
|
/external/okio/ |
D | CHANGELOG.md | 8 * Fix: Don't corrupt the `Buffer` when writing a slice of a segmented `ByteString`. We had a severe
|
/external/libvpx/libvpx/ |
D | CHANGELOG | 175 Frame Parallel decoding fails for segmented and non-420 files.
|
/external/harfbuzz_ng/ |
D | NEWS | 661 are "safe to break" in that if the text is segmented at that position
|
/external/rust/crates/libz-sys/src/zlib/ |
D | ChangeLog | 1424 - fix inflate memory leak for segmented architectures
|
/external/python/cpython2/Modules/zlib/ |
D | ChangeLog | 1424 - fix inflate memory leak for segmented architectures
|
/external/libpng/ |
D | libpng-manual.txt | 2607 course). On machines with segmented memory 4213 There is limited support for certain systems with segmented memory
|
/external/llvm-project/clang/docs/ |
D | UsersManual.rst | 2898 This allows adding explicit address space IDs to the bitcode for non-segmented
|
12