Searched refs:alphas (Results 26 - 43 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/crf/python/ops/
H A Dcrf.py140 _, alphas = rnn.dynamic_rnn(
146 log_norm = math_ops.reduce_logsumexp(alphas, [1])
309 # Both the state and the output of this RNN cell contain the alphas values.
/external/trappy/tests/trappy/stats/
H A Dgrammar.py22 alphas, alphanums, Forward, Word, opAssoc, operatorPrecedence, Combine, Group namespace
58 IDENTIFIER = Word(alphas + '_', alphanums + '_')
/external/trappy/trappy/stats/
H A Dgrammar.py22 alphas, alphanums, Forward, Word, opAssoc, operatorPrecedence, Combine, Group namespace
58 IDENTIFIER = Word(alphas + '_', alphanums + '_')
/external/skia/src/core/
H A DSk4px.h30 Sk4px alphas() const; // ARGB argb XYZW xyzw -> AAAA aaaa XXXX xxxx
H A DSkAAClip.cpp1286 const SkAlpha alphas[2] = {alpha, 0}; variable
1288 this->blitAntiH(x, y, alphas, runs);
/external/skia/src/opts/
H A DSkBlitMask_opts.h142 right = d.approxMulDiv255(left.alphas().inv());
H A DSkSwizzler_opts.h645 const __m128i alphas = _mm_set1_epi8((uint8_t) 0xFF); local
651 __m128i ga_lo = _mm_unpacklo_epi8(grays, alphas);
652 __m128i ga_hi = _mm_unpackhi_epi8(grays, alphas);
/external/skqp/src/core/
H A DSk4px.h30 Sk4px alphas() const; // ARGB argb XYZW xyzw -> AAAA aaaa XXXX xxxx
H A DSkAAClip.cpp1286 const SkAlpha alphas[2] = {alpha, 0}; variable
1288 this->blitAntiH(x, y, alphas, runs);
/external/skqp/src/opts/
H A DSkBlitMask_opts.h142 right = d.approxMulDiv255(left.alphas().inv());
H A DSkSwizzler_opts.h645 const __m128i alphas = _mm_set1_epi8((uint8_t) 0xFF); local
651 __m128i ga_lo = _mm_unpacklo_epi8(grays, alphas);
652 __m128i ga_hi = _mm_unpackhi_epi8(grays, alphas);
/external/ImageMagick/coders/
H A Ddds.c936 const size_t steps, const ssize_t *alphas, unsigned char* indices)
962 if (alphas[i] == -1)
968 value = alphas[i];
2462 static void WriteAlphas(Image *image, const ssize_t *alphas, size_t min5,
2478 err5 = CompressAlpha(min5,max5,5,alphas,indices5);
2481 err7 = CompressAlpha(min7,max7,7,alphas,indices7);
2817 alphas[16],
2836 alphas[i] = -1;
2860 alphas[4*by + bx] = (size_t)alpha;
2899 WriteAlphas(image,alphas,min
933 CompressAlpha(const size_t min, const size_t max, const size_t steps, const ssize_t *alphas, unsigned char* indices) argument
2458 WriteAlphas(Image *image, const ssize_t *alphas, size_t min5, size_t max5, size_t min7, size_t max7) argument
2813 alphas[16], local
[all...]
/external/skia/src/codec/
H A DSkPngCodec.cpp264 png_bytep alphas; local
266 if (png_get_tRNS(fPng_ptr, fInfo_ptr, &alphas, &numColorsWithAlpha, nullptr)) {
277 // We don't have a function in SkOpts that combines a set of alphas with a set
280 colorTable[i] = proc(alphas[i], palette->red, palette->green, palette->blue);
/external/skqp/src/codec/
H A DSkPngCodec.cpp264 png_bytep alphas; local
266 if (png_get_tRNS(fPng_ptr, fInfo_ptr, &alphas, &numColorsWithAlpha, nullptr)) {
277 // We don't have a function in SkOpts that combines a set of alphas with a set
280 colorTable[i] = proc(alphas[i], palette->red, palette->green, palette->blue);
/external/eigen/Eigen/src/Eigenvalues/
H A DGeneralizedEigenSolver.h93 /** \brief Type for vector of complex scalar values eigenvalues as returned by alphas().
188 * It is a shortcut for \code this->alphas().cwiseQuotient(this->betas()); \endcode
190 * but rather directly deal with the alphas and betas vectors.
200 * \sa alphas(), betas(), eigenvectors()
210 * This vector permits to reconstruct the j-th eigenvalues as alphas(i)/betas(j).
213 ComplexVectorType alphas() const function in class:Eigen::GeneralizedEigenSolver
221 * This vector permits to reconstruct the j-th eigenvalues as alphas(i)/betas(j).
223 * \sa alphas(), eigenvalues() */
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
H A Dgmm_ops.py94 CLUSTERS_WEIGHT = 'alphas'
235 def alphas(self): member in class:GmmAlgorithm
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 522 milliseconds

12