Searched refs:Independent (Results 1 – 25 of 95) sorted by relevance
1234
/external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/ |
D | independent_test.py | 56 ind = independent_lib.Independent( 77 ind = independent_lib.Independent( 102 ind = independent_lib.Independent( 131 ind1 = independent_lib.Independent( 136 ind2 = independent_lib.Independent( 146 ind1 = independent_lib.Independent( 151 ind2 = independent_lib.Independent( 165 ind1 = independent_lib.Independent( 171 ind2 = independent_lib.Independent( 186 ind1 = independent_lib.Independent( [all …]
|
D | autoregressive_test.py | 48 return independent_lib.Independent(
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | independent.py | 35 class Independent(distribution_lib.Distribution): class 145 super(Independent, self).__init__( 276 @kullback_leibler.RegisterKL(Independent, Independent)
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | LoopDependenceAnalysis.cpp | 174 return A == B ? Dependent : Independent; in analyseZIV() 240 return Independent; in analysePair() 305 case Independent: ++NumIndependent; break; in depends() 309 return p->Result != Independent; in depends()
|
/external/python/cpython2/Doc/library/ |
D | jpeg.rst | 15 .. index:: single: Independent JPEG Group 18 written by the Independent JPEG Group (IJG). JPEG is a standard for compressing 19 pictures; it is defined in ISO 10918. For details on JPEG or the Independent
|
/external/pdfium/core/fxge/dib/ |
D | README.md | 1 DIB stands for Device-Independent Bitmap.
|
/external/perf_data_converter/src/quipper/ |
D | Android.bp | 134 // Independent test infra. 166 // Independent tests.
|
/external/libjpeg-turbo/ |
D | LICENSE.md | 6 - The IJG (Independent JPEG Group) License, which is listed in 61 This software is based in part on the work of the Independent JPEG 129 License specifically refers to the Independent JPEG Group and does not extend
|
D | NOTICE | 6 - The IJG (Independent JPEG Group) License, which is listed in 61 This software is based in part on the work of the Independent JPEG 129 License specifically refers to the Independent JPEG Group and does not extend
|
D | README.ijg | 8 The Independent JPEG Group's JPEG software 11 This distribution contains a release of the Independent JPEG Group's free JPEG 18 and other members of the Independent JPEG Group. 143 the Independent JPEG Group". 154 it. This software may be referred to only as "the Independent JPEG Group's
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/docs/ |
D | CLASSIFIERS | 6 Operating System :: OS Independent
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/docs/ |
D | CLASSIFIERS | 6 Operating System :: OS Independent
|
/external/libpcap/ |
D | pcap-dll.rc | 22 VALUE "FileDescription", "System-Independent Interface for User-Level Packet Capture"
|
/external/python/mock/ |
D | setup.cfg | 13 Operating System :: OS Independent
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | LoopDependenceAnalysis.h | 46 enum DependenceResult { Independent = 0, Dependent = 1, Unknown = 2 }; enumerator
|
/external/u-boot/doc/device-tree-bindings/clock/ |
D | rockchip,rk3399-dmc.txt | 9 - reg: dynamic ram protocol controller(PCTL) address, PHY Independent(PI) address, phy controller(P…
|
/external/cldr/tools/java/org/unicode/cldr/draft/ |
D | Categories.txt | 2105 0904 Lo Letter Vowel Independent DEVANAGARI LETTER SHORT A 2106 0905 Lo Letter Vowel Independent DEVANAGARI LETTER A 2107 0906 Lo Letter Vowel Independent DEVANAGARI LETTER AA 2108 0907 Lo Letter Vowel Independent DEVANAGARI LETTER I 2109 0908 Lo Letter Vowel Independent DEVANAGARI LETTER II 2110 0909 Lo Letter Vowel Independent DEVANAGARI LETTER U 2111 090A Lo Letter Vowel Independent DEVANAGARI LETTER UU 2112 090B Lo Letter Vowel Independent DEVANAGARI LETTER VOCALIC R 2113 090C Lo Letter Vowel Independent DEVANAGARI LETTER VOCALIC L 2114 090D Lo Letter Vowel Independent DEVANAGARI LETTER CANDRA E [all …]
|
/external/python/setuptools/setuptools.egg-info/ |
D | PKG-INFO | 50 Classifier: Operating System :: OS Independent
|
/external/python/setuptools/ |
D | PKG-INFO | 50 Classifier: Operating System :: OS Independent
|
/external/icu/icu4c/source/data/translit/ |
D | und_FONIPA_ar.txt | 113 # Independent pass for misc cleanup.
|
D | und_FONIPA_fa.txt | 108 # Independent pass for misc cleanup.
|
/external/u-boot/doc/ |
D | README.t1040-l2switch | 11 - Independent and shared VLAN learning (IVL, SVL)
|
/external/tensorflow/tensorflow/python/autograph/ |
D | STYLE_GUIDE.md | 67 Flipout: Efficient Pseudo-Independent Weight Perturbations on
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AMDGPU/ |
D | coalescing-with-subregs-in-loop-bug.mir | 29 # Rename Independent Subregs separates sub2 into its own register, and it is
|
/external/brotli/ |
D | README.md | 77 Independent [decoder](https://github.com/madler/brotli) implementation by Mark Adler, based entirel…
|
1234