/third_party/mindspore/mindspore/lite/examples/transfer_learning/model/ |
D | transfer_learning_export.py | 47 HEAD = M.nn.Dense(1000, 10) variable 48 HEAD.weight.set_data(M.Tensor(np.random.normal( 49 0, 0.1, HEAD.weight.data.shape).astype("float32"))) 50 HEAD.bias.set_data(M.Tensor(np.zeros(HEAD.bias.data.shape, dtype="float32"))) 52 sgd = M.nn.SGD(HEAD.trainable_params(), learning_rate=0.015, momentum=0.9, 54 net = train_wrap(HEAD, optimizer=sgd)
|
/third_party/mindspore/mindspore/lite/examples/export_models/models/ |
D | effnet_tune_train_export.py | 50 HEAD = nn.Dense(1000, 10) variable 51 HEAD.weight.set_data(Tensor(np.random.normal( 52 0, 0.1, HEAD.weight.data.shape).astype("float32"))) 53 HEAD.bias.set_data(Tensor(np.zeros(HEAD.bias.data.shape, dtype="float32"))) 55 n = TransferNet(BACKBONE, HEAD)
|
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/examples/ |
D | gzlog.c | 316 #define HEAD sizeof(log_gzhead) /* should be 16 */ macro 413 unsigned char buf[HEAD + EXTRA]; in log_head() 416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head() 417 memcmp(buf, log_gzhead, HEAD)) { in log_head() 420 log->first = PULL8(buf + HEAD); in log_head() 421 log->last = PULL8(buf + HEAD + 8); in log_head() 422 log->ccrc = PULL4(buf + HEAD + 16); in log_head() 423 log->clen = PULL4(buf + HEAD + 20); in log_head() 424 log->tcrc = PULL4(buf + HEAD + 24); in log_head() 425 log->tlen = PULL4(buf + HEAD + 28); in log_head() [all …]
|
/third_party/zlib/examples/ |
D | gzlog.c | 316 #define HEAD sizeof(log_gzhead) /* should be 16 */ macro 413 unsigned char buf[HEAD + EXTRA]; in log_head() 416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head() 417 memcmp(buf, log_gzhead, HEAD)) { in log_head() 420 log->first = PULL8(buf + HEAD); in log_head() 421 log->last = PULL8(buf + HEAD + 8); in log_head() 422 log->ccrc = PULL4(buf + HEAD + 16); in log_head() 423 log->clen = PULL4(buf + HEAD + 20); in log_head() 424 log->tcrc = PULL4(buf + HEAD + 24); in log_head() 425 log->tlen = PULL4(buf + HEAD + 28); in log_head() [all …]
|
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/examples/ |
D | gzlog.c | 316 #define HEAD sizeof(log_gzhead) /* should be 16 */ macro 413 unsigned char buf[HEAD + EXTRA]; in log_head() 416 read(log->fd, buf, HEAD + EXTRA) != HEAD + EXTRA || in log_head() 417 memcmp(buf, log_gzhead, HEAD)) { in log_head() 420 log->first = PULL8(buf + HEAD); in log_head() 421 log->last = PULL8(buf + HEAD + 8); in log_head() 422 log->ccrc = PULL4(buf + HEAD + 16); in log_head() 423 log->clen = PULL4(buf + HEAD + 20); in log_head() 424 log->tcrc = PULL4(buf + HEAD + 24); in log_head() 425 log->tlen = PULL4(buf + HEAD + 28); in log_head() [all …]
|
/third_party/flatbuffers/scripts/ |
D | check-generate-code.sh | 23 git checkout HEAD -- tests/monster_test.bfbs 24 git checkout HEAD -- tests/arrays_test.bfbs 25 git checkout HEAD -- samples/monster.bfbs
|
/third_party/skia/third_party/externals/swiftshader/third_party/ |
D | update-llvm-10.sh | 23 SWIFTSHADER_HEAD=`git rev-parse HEAD` 26 if ! git diff --quiet HEAD; then 44 LLVM_HEAD=`git log HEAD -n 1 --pretty=format:'%h'` 80 MERGE_SOURCE=`git log HEAD -n 1 --pretty=format:'%h'`
|
/third_party/node/deps/npm/node_modules/pacote/lib/util/ |
D | git.js | 168 if (revs.refs.HEAD) { 169 const HEAD = revs.refs.HEAD 171 if (v.sha === HEAD.sha) { 172 revs['dist-tags'].HEAD = v 174 revs['dist-tags'].latest = revs.refs.HEAD 283 const HEAD = 'HEAD' 289 : ref.endsWith(HEAD)
|
/third_party/curl/tests/data/ |
D | test14 | 5 HTTP HEAD 24 HTTP HEAD with Connection: close 34 HEAD /want/%TESTNUMBER HTTP/1.1
|
D | test1032 | 5 HTTP HEAD 35 HTTP HEAD with --range 46 HEAD /%TESTNUMBER HTTP/1.1
|
D | test48 | 5 HTTP HEAD 40 HEAD /%TESTNUMBER?foo=moo&moo=poo HTTP/1.1 45 HEAD /%TESTNUMBER?foo=moo&moo=poo HTTP/1.1
|
D | test1144 | 5 HTTP HEAD 47 HTTP HEAD, receive no headers only body 58 HEAD /%TESTNUMBER HTTP/1.1
|
D | test514 | 5 HTTP HEAD 36 First set options to POST and then to make HEAD 48 HEAD /%TESTNUMBER HTTP/1.1
|
D | test1702 | 5 HTTP HEAD 36 HTTP/2 HEAD with Upgrade: 51 HEAD /%TESTNUMBER HTTP/1.1
|
/third_party/libsnd/Scripts/ |
D | git-pre-commit-hook | 3 if git rev-parse --verify HEAD >/dev/null 2>&1 ; then 4 against=HEAD 37 files=$(git diff-index --name-status --cached HEAD | grep -v ^D | sed -E "s/^[A-Z]+[A-Z0-9]*[ \t]+/…
|
/third_party/json/benchmarks/thirdparty/benchmark/ |
D | releasing.md | 3 * Make sure you're on master and synced to HEAD 8 * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of 9 commits between the last annotated tag and HEAD
|
/third_party/node/tools/bootstrap/ |
D | windows_boxstarter | 4 # http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bo… 9 # Install-BoxstarterPackage https://raw.githubusercontent.com/nodejs/node/HEAD/tools/bootstrap/win… 12 # https://github.com/nodejs/node/blob/HEAD/tools/bootstrap/README.md
|
/third_party/benchmark/docs/ |
D | releasing.md | 3 * Make sure you're on main and synced to HEAD 8 * `git log $(git describe --abbrev=0 --tags)..HEAD` gives you the list of 9 commits between the last annotated tag and HEAD
|
/third_party/boost/libs/wave/test/testwave/testfiles/ |
D | t_6_049.cpp | 20 #define HEAD SUB( macro 29 HEAD_BODY_TAIL(HEAD, BODY(a,b), TAIL)
|
/third_party/node/ |
D | CODE_OF_CONDUCT.md | 3 * [Node.js Code of Conduct](https://github.com/nodejs/admin/blob/HEAD/CODE_OF_CONDUCT.md) 4 * [Node.js Moderation Policy](https://github.com/nodejs/admin/blob/HEAD/Moderation-Policy.md)
|
/third_party/parse5/test/data/parser-feedback/ |
D | tests3.test | 553 "description": "<!DOCTYPE html><HTML><META><HEAD></HEAD></HTML>", 554 "input": "<!DOCTYPE html><HTML><META><HEAD></HEAD></HTML>", 589 "description": "<!DOCTYPE html><HTML><HEAD><head></HEAD></HTML>", 590 "input": "<!DOCTYPE html><HTML><HEAD><head></HEAD></HTML>",
|
/third_party/skia/tools/skqp/ |
D | README_GENERATING_MODELS.md | 23 python tools/skqp/cut_release.py HEAD~10 HEAD 39 git push origin HEAD:refs/for/skqp/dev 40 bin/sysopen https://review.skia.org/$(bin/gerrit-number HEAD) 52 tools/skqp/upload_apk HEAD (LOCATION)/skqp-universal-debug.apk
|
/third_party/flutter/skia/tools/skqp/ |
D | README_GENERATING_MODELS.md | 23 python tools/skqp/cut_release.py HEAD~10 HEAD 39 git push origin HEAD:refs/for/skqp/dev 40 bin/sysopen https://review.skia.org/$(bin/gerrit-number HEAD) 52 tools/skqp/upload_apk HEAD (LOCATION)/skqp-universal-debug.apk
|
/third_party/boost/libs/serialization/performance/xml/ |
D | macro.hpp | 179 )> HEAD; \ 189 HEAD h(BOOST_PP_ENUM_PARAMS( \ 196 std::pair<double, HEAD> r = restore_archive<HEAD>(fn); \
|
/third_party/boost/tools/quickbook/build/ |
D | publish-docs | 38 echo "merge HEAD" 43 # Copy all files from HEAD 44 git ls-tree -r HEAD |
|