/external/eigen/Eigen/src/Core/products/ |
D | TriangularMatrixMatrix_BLAS.h | 59 …static inline void run(Index _rows, Index _cols, Index _depth, const Scalar* _lhs, Index lhsStride… 64 _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \ 95 Index _rows, Index _cols, Index _depth, \ 101 Index diagSize = (std::min)(_rows,_depth); \ 103 Index depth = IsLower ? diagSize : _depth; \ 119 … _rows, _cols, _depth, _lhs, lhsStride, _rhs, rhsStride, res, resStride, alpha, blocking); \ 126 …ace<ColMajor,EIGTYPE,EIGTYPE,Dynamic,Dynamic,Dynamic> gemm_blocking(_rows,_cols,_depth, 1, true); \ 206 Index _rows, Index _cols, Index _depth, \ 212 Index diagSize = (std::min)(_cols,_depth); \ 214 Index depth = IsLower ? _depth : diagSize; \ [all …]
|
D | TriangularMatrixMatrix.h | 95 Index _rows, Index _cols, Index _depth, 108 Index _rows, Index _cols, Index _depth, 115 Index diagSize = (std::min)(_rows,_depth); 117 Index depth = IsLower ? diagSize : _depth; 245 Index _rows, Index _cols, Index _depth, 258 Index _rows, Index _cols, Index _depth, 266 Index diagSize = (std::min)(_cols,_depth); 268 Index depth = IsLower ? _depth : diagSize;
|
/external/tensorflow/tensorflow/python/keras/applications/ |
D | mobilenet_v3.py | 279 last_conv_ch = _depth(backend.int_shape(x)[channel_axis] * 6) 284 last_point_ch = _depth(last_point_ch * alpha) 368 return _depth(d * alpha) 404 return _depth(d * alpha) 454 def _depth(v, divisor=8, min_value=None): function 472 _depth(filters * se_ratio), 499 _depth(infilters * expansion), 534 x = _se_block(x, _depth(infilters * expansion), se_ratio, prefix)
|
/external/dynamic_depth/internal/dynamic_depth/ |
D | README.md | 1 # dynamic\_depth - A library for parsing and writing Dynamic Depth metadata 3 dynamic\_depth is a portable library for parsing and writing Dynamic Depth
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | PKIXPolicyNode.java | 29 int _depth, in PKIXPolicyNode() argument 37 depth = _depth; in PKIXPolicyNode()
|
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/ |
D | PKIXPolicyNode.java | 33 int _depth, in PKIXPolicyNode() argument 41 depth = _depth; in PKIXPolicyNode()
|
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/jce/provider/ |
D | PKIXPolicyNode.java | 33 int _depth, in PKIXPolicyNode() argument 41 depth = _depth; in PKIXPolicyNode()
|
/external/python/cpython2/Lib/ |
D | pprint.py | 108 self._depth = depth 145 if self._depth and level > self._depth: 226 self._depth, level)
|
/external/ImageMagick/Magick++/lib/ |
D | Statistic.cpp | 282 _depth(0.0), in ChannelStatistics() 302 _depth(channelStatistics_._depth), in ChannelStatistics() 334 return(_depth); in depth() 406 _depth(channelStatistics_->depth), in ChannelStatistics()
|
D | STL.cpp | 1328 : _depth( depth_ ) in depthImage() 1333 image_.depth( _depth ); in operator ()()
|
/external/angle/doc/ |
D | ExtensionSupport.md | 20 * GL\_OES\_packed\_depth\_stencil 36 * GL\_ANGLE\_depth\_texture
|
D | Update20120704.md | 18 ([ANGLE\_depth\_texture]
|
/external/python/jinja/src/jinja2/ |
D | runtime.py | 347 self._depth = depth 352 if self._depth + 1 >= len(self._stack): 356 return BlockReference(self.name, self._context, self._stack, self._depth + 1) 360 rv = concat(self._stack[self._depth](self._context))
|
D | asyncsupport.py | 78 rv = await concat_async(self._stack[self._depth](self._context))
|
/external/mesa3d/src/gallium/frontends/clover/core/ |
D | memory.cpp | 161 _format(*format), _width(width), _height(height), _depth(depth), in image() 215 return _depth; in depth()
|
D | memory.hpp | 155 size_t _depth; member in clover::image
|
/external/tinyxml2/ |
D | tinyxml2.cpp | 2518 _depth( depth ), in XMLPrinter() 2671 PrintSpace( _depth ); in OpenElement() 2679 ++_depth; in OpenElement() 2744 --_depth; in CloseElement() 2753 PrintSpace( _depth ); in CloseElement() 2760 if ( _textDepth == _depth ) { in CloseElement() 2763 if ( _depth == 0 && !compactMode) { in CloseElement() 2782 _textDepth = _depth-1; in PushText() 2857 PrintSpace( _depth ); in PushComment() 2872 PrintSpace( _depth ); in PushDeclaration() [all …]
|
/external/libchrome/third_party/jinja2/ |
D | runtime.py | 331 self._depth = depth 336 if self._depth + 1 >= len(self._stack): 341 self._depth + 1) 345 rv = concat(self._stack[self._depth](self._context))
|
D | asyncsupport.py | 85 rv = await concat_async(self._stack[self._depth](self._context))
|
/external/perfetto/ui/src/frontend/ |
D | track.ts | 141 getSliceRect(_tStart: number, _tEnd: number, _depth: number): SliceRect
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Statistic.h | 203 size_t _depth; variable
|
/external/mesa3d/docs/gallium/cso/ |
D | dsa.rst | 1 .. _depth-stencil-alpha:
|
/external/rust/crates/arbitrary/src/ |
D | lib.rs | 267 fn size_hint(_depth: usize) -> (usize, Option<usize>) { in size_hint() 298 fn size_hint(_depth: usize) -> (usize, Option<usize>) { 986 fn size_hint(_depth: usize) -> (usize, Option<usize>) { in size_hint() 997 fn size_hint(_depth: usize) -> (usize, Option<usize>) { in size_hint()
|
/external/python/cpython3/Lib/ |
D | pprint.py | 137 self._depth = depth 432 self._depth, level)
|
/external/llvm-project/openmp/runtime/src/ |
D | kmp_affinity.h | 561 Address(unsigned _depth) : depth(_depth), leader(FALSE) {} in Address() argument
|