/third_party/mindspore/mindspore/lite/examples/export_models/models/ |
D | emoji_model.py | 16 import mindspore as MS namespace 19 class GlobalAvgPooling(MS.nn.Cell): 31 self.mean = MS.ops.ReduceMean(keep_dims=False) 38 class EmojiModel(MS.nn.Cell): 45 self.relu = MS.nn.ReLU() 46 self.maxpool = MS.nn.MaxPool2d(kernel_size=2, stride=2) 47 … self.c1 = MS.nn.Conv2d(1, 32, (3, 3), (1, 1), pad_mode='pad', padding=1, dilation=(1, 1), group=1, 49 self.bn1 = MS.nn.BatchNorm2d(32) 50 …self.c2 = MS.nn.Conv2d(32, 64, (3, 3), (1, 1), pad_mode='pad', padding=1, dilation=(1, 1), group=1, 52 self.bn2 = MS.nn.BatchNorm2d(64) [all …]
|
/third_party/ltp/testcases/realtime/stress/pi-tests/ |
D | lookup_pi_state.c | 43 pthread_mutex_t MS; variable 79 pthread_mutex_lock(&MS); in slave_thread() 88 pthread_cond_wait(&CS, &MS); // docs are contradictory on if this in slave_thread() 97 pthread_cond_wait(&CS, &MS); in slave_thread() 100 pthread_mutex_unlock(&MS); in slave_thread() 122 pthread_mutex_lock(&MS); in master_thread() 135 pthread_mutex_unlock(&MS); in master_thread() 151 pthread_mutex_lock(&MS); in master_thread() 159 pthread_mutex_unlock(&MS); in master_thread() 177 init_pi_mutex(&MS); in main()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 1023 MemorySanitizer &MS; member 1052 MemorySanitizerVisitor(Function &F, MemorySanitizer &MS, in MemorySanitizerVisitor() 1054 : F(F), MS(MS), VAHelper(CreateVarArgHelper(F, MS, *this)), TLI(&TLI) { in MemorySanitizerVisitor() 1064 MS.initializeCallbacks(*F.getParent()); in MemorySanitizerVisitor() 1065 if (MS.CompileKernel) in MemorySanitizerVisitor() 1076 if (MS.TrackOrigins <= 1) return V; in updateOrigin() 1077 return IRB.CreateCall(MS.MsanChainOriginFn, V); in updateOrigin() 1082 unsigned IntptrSize = DL.getTypeStoreSize(MS.IntptrTy); in originToIntptr() 1085 Origin = IRB.CreateIntCast(Origin, MS.IntptrTy, /* isSigned */ false); in originToIntptr() 1093 const Align IntptrAlignment = Align(DL.getABITypeAlignment(MS.IntptrTy)); in paintOrigin() [all …]
|
/third_party/node/deps/npm/node_modules/mute-stream/test/ |
D | basic.js | 3 var MS = require('../mute.js') variable 44 var ms = new MS 67 var ms = new MS 96 var ms = new MS 117 ms = new MS 133 var ms = new MS 152 var ms = new MS({replace: '*'}) 180 var ms = new MS({replace: '~YARG~'})
|
/third_party/expat/win32/ |
D | README.txt | 3 using MS Visual Studio .NET or Cygwin. 8 * MS Visual Studio 2013, 2015 and 2017: 17 * All MS C/C++ compilers: 21 * Creating MinGW dynamic libraries from MS VC++ DLLs: 31 * Special note about MS VC++ and runtime libraries: 57 /MT and /MD for MS VC++.
|
/third_party/skia/third_party/externals/expat/expat/win32/ |
D | README.txt | 3 using MS Visual Studio .NET or Cygwin. 8 * MS Visual Studio 2013, 2015 and 2017: 17 * All MS C/C++ compilers: 21 * Creating MinGW dynamic libraries from MS VC++ DLLs: 31 * Special note about MS VC++ and runtime libraries: 57 /MT and /MD for MS VC++.
|
/third_party/glslang/Test/baseResults/ |
D | spv.430.vert.out | 40 Name 63 "MS" 41 MemberName 63(MS) 0 "f" 69 MemberDecorate 63(MS) 0 Location 17 70 Decorate 63(MS) Block 121 63(MS): TypeStruct 6(float) 122 64: TypePointer Output 63(MS)
|
/third_party/ffmpeg/doc/ |
D | nut.texi | 125 @item MPG4 @tab MS MPEG-4v1 (not ISO MPEG-4) 126 @item MP42 @tab MS MPEG-4v2 127 @item MP43 @tab MS MPEG-4v3 131 @item MRLE @tab MS RLE 132 @item MSVC @tab MS Video 1 152 @item WMV1 @tab MS WMV7 153 @item WMV2 @tab MS WMV8 154 @item WMV3 @tab MS WMV9
|
/third_party/python/Doc/library/ |
D | windows.rst | 4 MS Windows Specific Services 7 This chapter describes modules that are only available on MS Windows platforms.
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/ |
D | ResolveDepthStencil.hlsl | 27 // MS samplers must use Load 38 // MS samplers must use Load 50 // MS samplers must use Load
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/ |
D | ResolveDepthStencil.hlsl | 27 // MS samplers must use Load 38 // MS samplers must use Load 50 // MS samplers must use Load
|
/third_party/boost/libs/config/test/ |
D | boost_has_winthreads.ipp | 9 // TITLE: MS Windows threads 10 // DESCRIPTION: The platform supports MS Windows style threads.
|
/third_party/cef/libcef_dll/ |
D | libcef_dll.rc | 64 FONT 8, "MS Shell Dlg", 400, 0, 0x1 73 FONT 8, "MS Shell Dlg", 400, 0, 0x1 83 FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
/third_party/boost/libs/context/doc/ |
D | reference.qbk | 34 * MS PE: [@http://msdn.microsoft.com/en-us/library/k2b2ssfy.aspx Calling Conventions] 40 * MS PE: [@http://msdn.microsoft.com/en-us/library/7kcdt6fy%28VS.80%29.aspx x64 Software Convention…
|
D | architectures.qbk | 17 [[i386] [SYSV|ELF] [MS|PE] [SYSV|MACH-O] [-]] 24 [[x86_64] [SYSV,X32|ELF] [MS|PE] [SYSV|MACH-O] [-]]
|
/third_party/libphonenumber/resources/geocoding/en/ |
D | 55.txt | 8613 55672105|Três Lagoas - MS 8614 55672106|Campo Grande - MS 8615 55672108|Dourados - MS 8616 55673003|Campo Grande - MS 8617 55673016|Dourados - MS 8618 55673021|Dourados - MS 8619 55673022|Campo Grande - MS 8620 55673025|Campo Grande - MS 8621 55673027|Campo Grande - MS 8622 55673028|Campo Grande - MS [all …]
|
D | 1.txt | 2129 1228206|Gulfport, MS 2130 1228207|Biloxi, MS 2131 1228214|Gulfport, MS 2132 1228328|Gulfport, MS 2133 1228374|Biloxi, MS 2134 1228385|Biloxi, MS 2135 1228388|Biloxi, MS 2136 1228432|Biloxi, MS 2137 1228435|Biloxi, MS 2138 1228436|Biloxi, MS [all …]
|
/third_party/libphonenumber/resources/geocoding/pt/ |
D | 55.txt | 8611 55672105|Três Lagoas - MS 8612 55672106|Campo Grande - MS 8613 55672108|Dourados - MS 8614 55673003|Campo Grande - MS 8615 55673016|Dourados - MS 8616 55673021|Dourados - MS 8617 55673022|Campo Grande - MS 8618 55673025|Campo Grande - MS 8619 55673027|Campo Grande - MS 8620 55673028|Campo Grande - MS [all …]
|
/third_party/boost/libs/python/doc/html/numpy/_static/ |
D | classic.css | 71 font-family: 'Trebuchet MS', sans-serif; 84 font-family: 'Trebuchet MS', sans-serif; 144 font-family: 'Trebuchet MS', sans-serif;
|
/third_party/boost/libs/gil/doc/html/_static/ |
D | classic.css | 71 font-family: 'Trebuchet MS', sans-serif; 84 font-family: 'Trebuchet MS', sans-serif; 144 font-family: 'Trebuchet MS', sans-serif;
|
/third_party/flutter/skia/third_party/externals/icu/source/data/region/ |
D | ar_LY.txt | 6 MS{"مونتيسيرات"}
|
D | ar_SA.txt | 9 MS{"مونتيسيرات"}
|
/third_party/icu/icu4c/source/data/region/ |
D | ar_LY.txt | 7 MS{"مونتيسيرات"}
|
/third_party/skia/third_party/externals/icu/source/data/region/ |
D | ar_LY.txt | 7 MS{"مونتيسيرات"}
|
/third_party/parse5/packages/parse5/lib/common/ |
D | html.js | 111 MS: 'ms', 263 [$.MS]: true,
|