/third_party/mindspore/tests/st/ops/cpu/ |
D | test_unique_op.py | 30 self.uniq = P.Unique() 33 return self.uniq(x) 38 uniq = Net() 39 output = uniq(x) 51 uniq = Net() 52 output = uniq(x) 64 uniq = Net() 65 output = uniq(x) 78 uniq = Net() 79 output = uniq(x)
|
/third_party/node/deps/npm/node_modules/lodash.uniq/ |
D | README.md | 1 # lodash.uniq v4.5.0 3 The [lodash](https://lodash.com/) method `_.uniq` exported as a [Node.js](https://nodejs.org/) modu… 10 $ npm i --save lodash.uniq 15 var uniq = require('lodash.uniq'); 18 …ion](https://lodash.com/docs#uniq) or [package source](https://github.com/lodash/lodash/blob/4.5.0…
|
/third_party/ltp/testcases/kernel/power_management/ |
D | pm_include.sh | 80 | uniq 85 | uniq 89 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'` 90 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'` 128 | uniq | wc -l` 133 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'` 134 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq | cut -f2 -d':'` 144 siblings=`grep siblings /proc/cpuinfo | uniq | cut -f2 -d':'` 145 cpu_cores=`grep "cpu cores" /proc/cpuinfo | uniq \
|
/third_party/boost/libs/beast/tools/ |
D | make_field.sh | 7 cat $1 | sort -f | uniq | sed 's/^/ \"/; s/$/\",/' 15 cat $1 | sort -f | uniq | sed 's/\(.*\)/ \L\1,/; s/-/_/g' 21 cat $1 | sort -f | uniq | perl -nE 'chomp; $a=lc($_); $a=~s/-/_/g; say " match(field::$a, \"…
|
/third_party/node/deps/npm/node_modules/unique-slug/ |
D | index.js | 5 module.exports = function (uniq) { argument 6 if (uniq) { 7 var hash = new MurmurHash3(uniq)
|
/third_party/ltp/testcases/kernel/tracing/dynamic_debug/ |
D | dynamic_debug01.sh | 113 | sort | uniq) 115 | sort | uniq) 117 | sort | uniq) 119 | sort | uniq)
|
/third_party/eudev/src/shared/ |
D | macro.h | 56 #define UNIQ_T(x, uniq) CONCATENATE(__unique_prefix_, CONCATENATE(x, uniq)) argument 86 #define __container_of(uniq, ptr, type, member) \ argument 88 const typeof( ((type*)0)->member ) *UNIQ_T(A, uniq) = (ptr); \ 89 (type*)( (char *)UNIQ_T(A, uniq) - offsetof(type,member) ); \
|
/third_party/node/deps/npm/node_modules/unique-filename/ |
D | index.js | 6 module.exports = function (filepath, prefix, uniq) { argument 7 return path.join(filepath, (prefix ? prefix + '-' : '') + uniqueSlug(uniq))
|
/third_party/node/deps/npm/node_modules/worker-farm/tests/ |
D | index.js | 10 function uniq (ar) { function 83 t.equal(1, uniq(pids).length, 'only a single process (by pid)') 108 t.equal(2, uniq(pids).length, 'only two child processes (by pid)') 133 t.equal(10, uniq(pids).length, 'pids are all the same (by pid)') 186 t.equal(count, uniq(pids).length, 'one process for each call (by pid)') 216 t.equal(count / 2, uniq(pids).length, 'one process for each call (by pid)') 355 …t.ok(uniq(pids).length > 2, 'processed by many (' + uniq(pids).length + ') workers, but got there … 356 t.ok(uniq(ids).length == count, 'received a single result for each unique call')
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | Makefile | 19 LC_ALL=C uniq -u < test-call.out > failed-call 24 LC_ALL=C uniq -u < test-callback.out > failed-callback
|
/third_party/protobuf/ |
D | update_file_lists.sh | 19 | LC_ALL=C sort | uniq 41 done | LC_ALL=C sort | uniq 139 done | sort | uniq >> $EXTRACT_INCLUDES_BAT
|
/third_party/node/deps/npm/lib/install/ |
D | check-permissions.js | 5 var uniq = require('lodash.uniq') variable 33 …uniq(errors.map(function (er) { return 'Missing write access to ' + er.path })).forEach(function (…
|
/third_party/mindspore/mindspore/lite/tools/dataset/cropper/ |
D | crop.sh | 90 DUPLICATES=`ar t "${MD_LIB_FILENAME}" | sort | uniq -d` 109 UNIQUES=`ar t "${MD_LIB_FILENAME}" | sort | uniq -u`
|
/third_party/libxml2/doc/ |
D | queries.py | 35 uniq = int(row[0]) 40 total, uniq, number, date))
|
/third_party/flutter/skia/third_party/externals/harfbuzz/test/api/ |
D | Makefile.am | 181 | sort | uniq > $@.tmp && mv $@.tmp $@ 183 $(AM_V_GEN)cat $^ | sort | uniq > $@.tmp; mv $@.tmp $@ 187 | sort | uniq > $@.tmp && mv $@.tmp $@
|
/third_party/mindspore/scripts/ |
D | get_op_use_count.sh | 17 ./scripts/get_shape_from_ir.sh "$1" |awk -F'\t' '{print $2}' | sort |uniq -c |sort -r
|
/third_party/skia/third_party/externals/harfbuzz/test/api/ |
D | Makefile.am | 198 | sort | uniq > $@.tmp && mv $@.tmp $@ 200 $(AM_V_GEN)cat $^ | sort | uniq > $@.tmp; mv $@.tmp $@ 204 | sort | uniq > $@.tmp && mv $@.tmp $@
|
/third_party/harfbuzz/test/api/ |
D | Makefile.am | 195 | sort | uniq > $@.tmp && mv $@.tmp $@ 197 $(AM_V_GEN)cat $^ | sort | uniq > $@.tmp; mv $@.tmp $@ 201 | sort | uniq > $@.tmp && mv $@.tmp $@
|
/third_party/skia/infra/bots/analysis/ |
D | axis.sh | 13 mlr --csv uniq -f $1 /tmp/alljobs.csv | mlr --csv sort -f $1 > /tmp/$1.csv
|
D | missing.sh | 37 mlr --csv uniq -f cpu_or_gpu_value | \
|
/third_party/libwebsockets/scripts/ |
D | ahrefs-topsites.sh | 5 sed 's/<.*//g' | grep -v Domain | grep -v Josh | sort | uniq
|
/third_party/python/Modules/ |
D | makexp_aix | 71 | sort | uniq >> $expFileName
|
/third_party/ffmpeg/libavcodec/ |
D | ulti.c | 224 int uniq = 0; in ulti_decode_frame() local 254 uniq = 1; in ulti_decode_frame() 283 if (mode || uniq) { in ulti_decode_frame() 284 uniq = 0; in ulti_decode_frame()
|
/third_party/cJSON/tests/unity/auto/ |
D | generate_test_runner.rb | 70 all_files_used.uniq 173 @options[:includes].flatten.uniq.compact.each do |inc| 388 @options[:includes].flatten.uniq.compact.each do |inc|
|
/third_party/mesa3d/src/gallium/tools/ |
D | addr2line.sh | 10 sed -nre 's|([^ ]*/[^ ]*)\(\+0x([^)]*).*|\1 \2|p' "$input"|sort|uniq|while read bin addr; do
|