Home
last modified time | relevance | path

Searched refs:_depth (Results 1 – 25 of 29) sorted by relevance

12

/external/eigen/Eigen/src/Core/products/
DTriangularMatrixMatrix_BLAS.h59 …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 …]
DTriangularMatrixMatrix.h95 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/
Dmobilenet_v3.py279 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/
DREADME.md1 # 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/
DPKIXPolicyNode.java29 int _depth, in PKIXPolicyNode() argument
37 depth = _depth; in PKIXPolicyNode()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/jce/provider/
DPKIXPolicyNode.java33 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/
DPKIXPolicyNode.java33 int _depth, in PKIXPolicyNode() argument
41 depth = _depth; in PKIXPolicyNode()
/external/python/cpython2/Lib/
Dpprint.py108 self._depth = depth
145 if self._depth and level > self._depth:
226 self._depth, level)
/external/ImageMagick/Magick++/lib/
DStatistic.cpp282 _depth(0.0), in ChannelStatistics()
302 _depth(channelStatistics_._depth), in ChannelStatistics()
334 return(_depth); in depth()
406 _depth(channelStatistics_->depth), in ChannelStatistics()
DSTL.cpp1328 : _depth( depth_ ) in depthImage()
1333 image_.depth( _depth ); in operator ()()
/external/angle/doc/
DExtensionSupport.md20 * GL\_OES\_packed\_depth\_stencil
36 * GL\_ANGLE\_depth\_texture
DUpdate20120704.md18 ([ANGLE\_depth\_texture]
/external/python/jinja/src/jinja2/
Druntime.py347 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))
Dasyncsupport.py78 rv = await concat_async(self._stack[self._depth](self._context))
/external/mesa3d/src/gallium/frontends/clover/core/
Dmemory.cpp161 _format(*format), _width(width), _height(height), _depth(depth), in image()
215 return _depth; in depth()
Dmemory.hpp155 size_t _depth; member in clover::image
/external/tinyxml2/
Dtinyxml2.cpp2518 _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/
Druntime.py331 self._depth = depth
336 if self._depth + 1 >= len(self._stack):
341 self._depth + 1)
345 rv = concat(self._stack[self._depth](self._context))
Dasyncsupport.py85 rv = await concat_async(self._stack[self._depth](self._context))
/external/perfetto/ui/src/frontend/
Dtrack.ts141 getSliceRect(_tStart: number, _tEnd: number, _depth: number): SliceRect
/external/ImageMagick/Magick++/lib/Magick++/
DStatistic.h203 size_t _depth; variable
/external/mesa3d/docs/gallium/cso/
Ddsa.rst1 .. _depth-stencil-alpha:
/external/rust/crates/arbitrary/src/
Dlib.rs267 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/
Dpprint.py137 self._depth = depth
432 self._depth, level)
/external/llvm-project/openmp/runtime/src/
Dkmp_affinity.h561 Address(unsigned _depth) : depth(_depth), leader(FALSE) {} in Address() argument

12