/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
MatrixPaletteRenderer.java | 162 throw new IllegalArgumentException("Weights must add up to 1.0f");
|
/external/clang/include/clang/Sema/ |
TypoCorrection.h | 36 // weights mean greater contribution to the total edit distance, with the
|
/external/dng_sdk/source/ |
dng_reference.cpp | 1205 const uint16 *weights = kernWeights [patPhase]; local 1218 uint32 weight = weights [k]; 1253 const real32 *weights = kernWeights [patPhase]; local 1266 real32 weight = weights [k]; [all...] |
/external/freetype/src/autofit/ |
afwarp.c | 40 /* The weights cover the range 0/64 - 63/64 of a pixel. Obviously, */
|
/external/freetype/src/cache/ |
ftcmanag.c | 479 /* check node weights */
|
/external/icu/icu4c/source/i18n/ |
collationrootelements.cpp | 54 // Find the last secondary & tertiary weights for it.
|
collationsettings.cpp | 148 // Separators (at the low end) and trailing weights (at the high end)
|
/external/libavc/common/ |
ih264_defs.h | 589 * @breif Q shift factor for flat rescale matrix weights
|
/external/llvm/lib/Transforms/Utils/ |
Local.cpp | 149 // Collect branch weights into a vector. 150 SmallVector<uint32_t, 8> Weights; 154 Weights.push_back(CI->getValue().getZExtValue()); 158 Weights[0] += Weights[idx+1]; 160 std::swap(Weights[idx+1], Weights.back()); 161 Weights.pop_back(); 164 createBranchWeights(Weights)); [all...] |
/external/llvm/utils/TableGen/ |
CodeGenRegisters.cpp | 523 // Get the sum of this register's unit weights. [all...] |
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_mlaa.c | 153 /* Second pass: blend weights */
|
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
BlockFrequencyImpl.h | 38 /// for the entry block and then propagates frequencies using branch weights
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
ProfileInfoLoaderPass.cpp | 61 // recurseBasicBlock() - Calculates the edge weights for as much basic
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
cudnn_convolution_runner.cc | 117 // the OIYX layout for weights.
|
gpu_layout_assignment.cc | 71 // and the OIYX layout for weights.
|
/external/tensorflow/tensorflow/contrib/cudnn_rnn/kernels/ |
cudnn_rnn_ops.cc | 764 OpInputList weights; variable 765 OP_REQUIRES_OK(context, context->input_list("weights", &weights)); 766 RestoreParams<T>(weights, rnn_desc->ParamsWeightRegions(), &output_ptr, [all...] |
/external/tensorflow/tensorflow/contrib/cudnn_rnn/python/kernel_tests/ |
cudnn_rnn_test.py | 537 weights, biases = model.rnn.saveable._OpaqueParamsToCanonical() 549 weights_v, biases_v = sess.run([weights, biases]) 554 weights_v_restored, biases_v_restored = sess.run([weights, biases]) [all...] |
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
sinh_arcsinh.py | 67 Thus it can be said that the weights in the tails of `Y` and `L(Z)` beyond
|
vector_sinh_arcsinh_diag.py | 68 Thus it can be said that the weights in the tails of `Y` and `L(Z)` beyond
|
/external/tensorflow/tensorflow/contrib/kfac/python/kernel_tests/ |
fisher_blocks_test.py | 345 params: Tensor or 2-tuple of Tensors. Represents weights or weights and 696 params: Tensor or 2-tuple of Tensors. Represents weights or weights and [all...] |
/external/tensorflow/tensorflow/contrib/lite/toco/tensorflow_graph_matching/ |
resolve_svdf.cc | 111 // Add the rest of the inputs to Svdf cell: weights and bias.
|
/external/tensorflow/tensorflow/contrib/specs/ |
README.md | 169 weights and biases.
|
/external/tensorflow/tensorflow/core/kernels/ |
mkl_fused_batch_norm_op.cc | [all...] |
/external/tensorflow/tensorflow/docs_src/extend/ |
architecture.md | 90 In Figure 3, the client has built a graph that applies weights (w) to a
|
/external/tensorflow/tensorflow/examples/android/ |
README.md | 163 The TensorFlow `GraphDef`s that contain the model definitions and weights are
|