Searched refs:opt_ (Results 1 – 15 of 15) sorted by relevance
/third_party/node/deps/npm/node_modules/tar/lib/ |
D | extract.js | 11 const x = module.exports = (opt_, files, cb) => { 12 if (typeof opt_ === 'function') 13 cb = opt_, files = null, opt_ = {} 14 else if (Array.isArray(opt_)) 15 files = opt_, opt_ = {} 25 const opt = hlo(opt_)
|
D | list.js | 16 const t = module.exports = (opt_, files, cb) => { 17 if (typeof opt_ === 'function') 18 cb = opt_, files = null, opt_ = {} 19 else if (Array.isArray(opt_)) 20 files = opt_, opt_ = {} 30 const opt = hlo(opt_)
|
D | create.js | 12 const c = module.exports = (opt_, files, cb) => { 16 if (Array.isArray(opt_)) 17 files = opt_, opt_ = {} 24 const opt = hlo(opt_)
|
D | update.js | 9 const u = module.exports = (opt_, files, cb) => { 10 const opt = hlo(opt_)
|
D | replace.js | 21 const r = module.exports = (opt_, files, cb) => { 22 const opt = hlo(opt_)
|
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/cmsis-nn/int8/ |
D | conv2d_int8_coder.cc | 47 if (opt_ != Convolve_1x1_fast) { in DoCode() 52 switch (opt_) { in DoCode() 138 opt_ = Convolve_1x1_fast; in CheckSupportOptimize() 143 opt_ = Convolve_1_x_n; in CheckSupportOptimize() 146 opt_ = Basic; in CheckSupportOptimize() 151 switch (opt_) { in InitTmpBuffer()
|
D | conv2d_int8_coder.h | 68 ConvOpt opt_{ConvOpt::Basic};
|
/third_party/boost/boost/xpressive/detail/static/ |
D | modifier.hpp | 53 return this->opt_; in operator opt_type() 57 opt_type opt_; member
|
/third_party/spirv-tools/ |
D | build_defs.bzl | 225 name = "opt_" + name,
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | build_defs.bzl | 243 name = "opt_" + name,
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | build_defs.bzl | 243 name = "opt_" + name,
|
/third_party/ltp/tools/sparse/sparse-src/ |
D | options.c | 325 static int opt_##NAME(const char *arg, const char *opt, TYPE *ptr, int flag) \
|
/third_party/mesa3d/src/compiler/glsl/ |
D | README | 224 - Files that implement optimization passes should be named opt_*.
|
/third_party/boost/tools/build/doc/src/ |
D | bjam.adoc | 743 If _downcase-opt_ is supplied, filenames are converted to all-lowercase 769 If _downcase-opt_ is supplied, the member names are converted to
|
/third_party/mesa3d/docs/relnotes/ |
D | 7.10.rst | 2085 - glsl: Rename various ir\_\* files to lower\_\* and opt_*.
|