Searched refs:truncating (Results 1 – 25 of 159) sorted by relevance
1234567
/external/tensorflow/tensorflow/python/keras/preprocessing/ |
D | sequence.py | 94 padding='pre', truncating='pre', value=0.): argument 158 padding=padding, truncating=truncating, value=value)
|
D | sequence_test.py | 42 a, maxlen=2, truncating='pre') 45 a, maxlen=2, truncating='post') 65 a, maxlen=2, truncating='pre') 70 a, maxlen=2, truncating='post')
|
/external/e2fsprogs/tests/f_orphan_extents_inode/ |
D | name | 1 truncating an orphaned extent-mapped inode
|
/external/e2fsprogs/tests/f_orphan_indirect_inode/ |
D | name | 1 truncating an orphaned inode in preen mode
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Mod.pbtxt | 5 the result here is consistent with a truncating divide. E.g.
|
D | api_def_TruncateMod.pbtxt | 5 the result here is consistent with a truncating divide. E.g. `truncate(x / y) *
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.preprocessing.sequence.pbtxt | 13 …argspec: "args=[\'sequences\', \'maxlen\', \'dtype\', \'padding\', \'truncating\', \'value\'], var…
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.preprocessing.sequence.pbtxt | 13 …argspec: "args=[\'sequences\', \'maxlen\', \'dtype\', \'padding\', \'truncating\', \'value\'], var…
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | bswap-08.ll | 1 ; Verify that truncating stores do not use STRV
|
D | dag-combine-04.ll | 2 ; checking if store is actually a truncating store before calling
|
D | int-move-04.ll | 14 ; Test an i32 truncating store. 24 ; Test an i64 truncating store.
|
D | int-move-05.ll | 14 ; Test an i32 truncating store. 24 ; Test an i64 truncating store.
|
D | int-move-09.ll | 58 ; Check truncating 16-bit stores. 68 ; Check truncating 32-bit stores.
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | ldst-unscaledimm.ll | 58 ; truncating store volatile 32-bits to 8-bits 65 ; truncating store volatile 64-bits to 8-bits 124 ; truncating store volatile 32-bits to 16-bits 132 ; truncating store volatile 64-bits to 16-bits
|
D | ldst-unsignedimm.ll | 51 ; truncating store volatile 32-bits to 8-bits 57 ; truncating store volatile 64-bits to 8-bits 105 ; truncating store volatile 32-bits to 16-bits 111 ; truncating store volatile 64-bits to 16-bits
|
/external/llvm/test/CodeGen/AArch64/ |
D | ldst-unscaledimm.ll | 58 ; truncating store volatile 32-bits to 8-bits 65 ; truncating store volatile 64-bits to 8-bits 124 ; truncating store volatile 32-bits to 16-bits 132 ; truncating store volatile 64-bits to 16-bits
|
D | ldst-unsignedimm.ll | 51 ; truncating store volatile 32-bits to 8-bits 57 ; truncating store volatile 64-bits to 8-bits 105 ; truncating store volatile 32-bits to 16-bits 111 ; truncating store volatile 64-bits to 16-bits
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | callsite_nonnull_args_through_casts.ll | 69 %i2p = inttoptr i128 %llu to i8* ; truncating int2ptr as sizeof(i128) > sizeof(i8*) 78 %p2i = ptrtoint i32* %a to i32 ; truncating ptr2int as sizeof(i32*) > sizeof(i32)
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-move-05.ll | 14 ; Test an i32 truncating store. 24 ; Test an i64 truncating store.
|
D | int-move-04.ll | 14 ; Test an i32 truncating store. 24 ; Test an i64 truncating store.
|
D | int-move-09.ll | 58 ; Check truncating 16-bit stores. 68 ; Check truncating 32-bit stores.
|
/external/llvm/test/CodeGen/WebAssembly/ |
D | store-trunc.ll | 3 ; Test that truncating stores are assembled properly.
|
/external/llvm-project/llvm/test/CodeGen/WebAssembly/ |
D | store-trunc.ll | 4 ; Test that truncating stores are assembled properly.
|
D | store-trunc-atomic.ll | 4 ; Test that truncating stores are assembled properly.
|
/external/llvm/test/Transforms/LoopStrengthReduce/NVPTX/ |
D | trunc.ll | 14 ; truncating it to 32-bit is as simple as directly using the register that
|
1234567