Home
last modified time | relevance | path

Searched refs:resort (Results 1 – 25 of 75) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/training/python/training/
Dbucket_ops_test.py144 resort = np.argsort(bucketed_values[1][0])
145 self.assertAllEqual(expected_scalar_int, bucketed_values[1][0][resort])
146 self.assertAllEqual(expected_unk_int64, bucketed_values[1][1][resort])
147 self.assertAllEqual(expected_vec3_str, bucketed_values[1][2][resort])
251 resort = np.argsort(bucketed_values_even[1][0])
253 bucketed_values_even[1][0][resort])
255 bucketed_values_even[1][1][resort])
256 self.assertAllEqual(expected_vec3_str, bucketed_values_even[1][2][resort])
268 resort = np.argsort(bucketed_values_odd[1][0])
270 bucketed_values_odd[1][0][resort])
[all …]
/external/icu/icu4c/source/common/
Duresdata.cpp1002 int32_t *resort; member
1218 rKey16=(uint16_t *)pTempTable->resort; in ures_swapResource()
1233 rKey32=pTempTable->resort; in ures_swapResource()
1252 r=(Resource *)pTempTable->resort; in ures_swapResource()
1310 int32_t resort[STACK_ROW_CAPACITY]; in ures_swap() local
1448 tempTable.resort=resort; in ures_swap()
1460 tempTable.resort=(int32_t *)(tempTable.rows+maxTableLength); in ures_swap()
Ducnv_io.cpp1117 uint16_t *resort; member
1151 uint16_t resort[STACK_ROW_CAPACITY]; in ucnv_swapAliases() local
1251 tempTable.resort=resort; in ucnv_swapAliases()
1260 tempTable.resort=(uint16_t *)(tempTable.rows+count); in ucnv_swapAliases()
1307 uint16_t *r=tempTable.resort; in ucnv_swapAliases()
/external/llvm/test/CodeGen/AArch64/
Ddont-take-over-the-world.ll5 ; target of last resort when the specified triple is completely wrong.
Darm64-fp-contract-zero.ll5 ; -0.0. It's also good, though not essential, that we don't resort to a litpool.
Darm64-fmax-safe.ll36 ; results. Make sure they're put back before we resort to the normal fcsel.
Darm64-fmax.ll36 ; results. Make sure they're put back before we resort to the normal fcsel.
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Ddont-take-over-the-world.ll5 ; target of last resort when the specified triple is completely wrong.
Darm64-fp-contract-zero.ll5 ; -0.0. It's also good, though not essential, that we don't resort to a litpool.
Darm64-fmax-safe.ll36 ; results. Make sure they're put back before we resort to the normal fcsel.
Darm64-fmax.ll36 ; results. Make sure they're put back before we resort to the normal fcsel.
/external/python/cpython2/Doc/library/
Ddumbdbm.rst16 The :mod:`dumbdbm` module is intended as a last resort fallback for the
Dtempfile.rst223 #. As a last resort, the current working directory.
/external/curl/docs/cmdline-opts/
Dconfig.d41 resort the '%USERPROFILE%\\Application Data'.
/external/ukey2/src/main/proto/
Dsecuremessage.proto122 // Use only as a last resort
/external/bcc/tools/
Dfuncslower_example.txt5 This can be used for last-resort diagnostics when aggregation-based tools have
/external/python/pyasn1/docs/source/
Dexample-use-case.rst61 As a last resort, you could express ASN.1 in Python by hand. The end result
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsCallingConv.td193 // and $a0 instead of the usual $v0, and $v1. We therefore resort to a
330 // still needs to pass them in FPU registers. We therefore resort to a
/external/llvm/lib/Target/Mips/
DMipsCallingConv.td187 // and $a0 instead of the usual $v0, and $v1. We therefore resort to a
324 // still needs to pass them in FPU registers. We therefore resort to a
/external/e2fsprogs/e2fsck/
Drehash.c914 resort: in e2fsck_rehash_dir()
926 goto resort; in e2fsck_rehash_dir()
/external/hyphenation-patterns/la/
Dhyph-la.lic.txt118 % Europe you should resort to the hyphenation patterns prepared by Yannis
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Target/
DTargetInstrPredicate.td150 // A non-portable predicate. Only to use as a last resort when a block of code
/external/python/cpython3/Doc/library/
Ddbm.rst314 The :mod:`dbm.dumb` module is intended as a last resort fallback for the
Dtempfile.rst222 #. As a last resort, the current working directory.
/external/libmtp/
DREADME405 now (2007-08-04). See the "last resort" solutions below
573 information. So please consider this a last resort option.
579 Dual-mode devices does not work - last resort:

123