HomeSort by relevance Sort by last modified time
    Searched full:weights (Results 551 - 575 of 1517) sorted by null

<<21222324252627282930>>

  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.keras.layers.-spatial-dropout2-d.pbtxt 90 name: "weights"
183 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-spatial-dropout3-d.pbtxt 90 name: "weights"
183 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-stacked-r-n-n-cells.pbtxt 92 name: "weights"
185 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-thresholded-re-l-u.pbtxt 88 name: "weights"
181 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-time-distributed.pbtxt 93 name: "weights"
186 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-up-sampling1-d.pbtxt 88 name: "weights"
181 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-up-sampling2-d.pbtxt 88 name: "weights"
181 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-up-sampling3-d.pbtxt 88 name: "weights"
181 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-wrapper.pbtxt 92 name: "weights"
185 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-zero-padding1-d.pbtxt 88 name: "weights"
181 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-zero-padding2-d.pbtxt 88 name: "weights"
181 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
tensorflow.keras.layers.-zero-padding3-d.pbtxt 88 name: "weights"
181 argspec: "args=[\'self\', \'weights\'], varargs=None, keywords=None, defaults=None"
  /frameworks/ml/nn/tools/test_generator/
slicing.py 28 * Also only inputs and weights used by the submodel would be emitted.
95 except AttributeError: # not an op, but things like weights
  /system/update_engine/payload_consumer/
postinstall_runner_action.h 114 // The sum of all the weights in |partition_weight_|.
117 // The sum of all the weights in |partition_weight_| up to but not including
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationTest.java 283 // Implicit primary weights should be assigned for the following sets,
328 + ") has non-common sec/ter weights: 0x" + Utility.hex(ce & 0xffffffffL, 8));
568 int count = 0; // number of weights that have someLength
576 + i + " weights");
599 + count + " < " + minCount + " weights of length "
612 // Expect 1 weight 11 and 254 weights 12xx.
615 // Expect 255 two-byte weights from the ranges 10ff, 11xx, 1202.
617 // Expect 254 two-byte weights from the ranges 10ff and 11xx.
619 // Expect 254^2=64516 three-byte weights.
625 // Expect weights 1102 & 1103
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 196 // Implicit primary weights should be assigned for the following sets,
246 errln("CollationIterator.nextCE(U+%04lx) has non-common sec/ter weights: %08lx",
511 int32_t count = 0; // number of weights that have someLength
516 "returns only %ld weights",
531 "returns only %ld < %ld weights of length %d",
543 // Expect 1 weight 11 and 254 weights 12xx.
546 // Expect 255 two-byte weights from the ranges 10ff, 11xx, 1202.
548 // Expect 254 two-byte weights from the ranges 10ff and 11xx.
550 // Expect 254^2=64516 three-byte weights.
556 // Expect weights 1102 & 1103
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationTest.java 280 // Implicit primary weights should be assigned for the following sets,
325 + ") has non-common sec/ter weights: 0x" + Utility.hex(ce & 0xffffffffL, 8));
565 int count = 0; // number of weights that have someLength
573 + i + " weights");
596 + count + " < " + minCount + " weights of length "
609 // Expect 1 weight 11 and 254 weights 12xx.
612 // Expect 255 two-byte weights from the ranges 10ff, 11xx, 1202.
614 // Expect 254 two-byte weights from the ranges 10ff and 11xx.
616 // Expect 254^2=64516 three-byte weights.
622 // Expect weights 1102 & 1103
    [all...]
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 70 /// because all weights are positive.
86 /// bundles. The weights are all positive block frequencies.
89 /// SumLinkWeights - Cached sum of the weights of all links + ThresHold.
100 // We must spill if Bias < -sum(weights) or the MustSpill flag was set.
254 /// addConstraints - Compute node biases and weights from a set of constraints.
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SpillPlacement.cpp 67 /// because all weights are positive.
89 /// bundles. The weights are all positive and add up to at most 2, weights
103 // Actually, we must spill if Bias < sum(weights).
213 /// addConstraints - Compute node biases and weights from a set of constraints.
  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
multi_head.py 99 head_weights: Optional list of weights, same length as `heads`. Used when
195 weights, processed_labels) = head.create_loss(
204 weights, head_weight)
207 example_weights_by_head[head.name] = weights
226 weights=example_weights_by_head,
  /external/tensorflow/tensorflow/python/estimator/canned/
baseline_test.py 183 """Tests evaluation with weights."""
191 features = {'age': ((1,), (1,)), 'weights': ((1.,), (2.,))}
196 weight_column='weights',
848 # loss = sigmoid_cross_entropy(logits, label) where logits=0 (weights are
852 # loss = cross_entropy(logits, label) where logits are all 0s (weights are
    [all...]
linear.py 51 """Given a linear cols_to_vars dict, compute the fraction of zero weights.
267 weights. It is used to down weight or boost examples during training. It
286 weights and biases are warm-started, and it is assumed that vocabularies
408 weights. It is used to down weight or boost examples during training. It
420 weights and biases are warm-started, and it is assumed that vocabularies
  /external/deqp/framework/common/
tcuRasterizationVerifier.cpp 364 // calculate weights: vec3(ka / p0.w, kb / p1.w, kc / p2.w) / (ka / p0.w + kb / p1.w + kc / p2.w)
406 // calc weights:
459 // calc weights:
519 // allow interpolation weights anywhere in the central subpixels
532 const LineInterpolationRange weights[4] =
540 const tcu::Vec2 minWeights = tcu::min(tcu::min(weights[0].min, weights[1].min), tcu::min(weights[2].min, weights[3].min));
541 const tcu::Vec2 maxWeights = tcu::max(tcu::max(weights[0].max, weights[1].max), tcu::max(weights[2].max, weights[3].max))
    [all...]
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 486 float weights[SIZE]; member in struct:deqp::gles2::Functional::__anon18307::UniformWeightArray
491 weights[i] = 1.0f;
598 spec.primitive = random.chooseWeighted<gls::DrawTestSpec::Primitive> (DE_ARRAY_BEGIN(primitives), DE_ARRAY_END(primitives), primitiveWeights.weights);
600 spec.drawMethod = random.chooseWeighted<gls::DrawTestSpec::DrawMethod> (DE_ARRAY_BEGIN(drawMethods), DE_ARRAY_END(drawMethods), drawMethodWeights.weights);
601 spec.indexType = random.chooseWeighted<gls::DrawTestSpec::IndexType> (DE_ARRAY_BEGIN(indexTypes), DE_ARRAY_END(indexTypes), indexTypeWeights.weights);
603 spec.indexStorage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
618 attribSpec.inputType = random.chooseWeighted<gls::DrawTestSpec::InputType> (DE_ARRAY_BEGIN(inputTypes), DE_ARRAY_END(inputTypes), inputTypeWeights.weights);
619 attribSpec.outputType = random.chooseWeighted<gls::DrawTestSpec::OutputType> (DE_ARRAY_BEGIN(outputTypes), DE_ARRAY_END(outputTypes), outputTypeWeights.weights);
620 attribSpec.storage = random.chooseWeighted<gls::DrawTestSpec::Storage> (DE_ARRAY_BEGIN(storages), DE_ARRAY_END(storages), storageWeights.weights);
621 attribSpec.usage = random.chooseWeighted<gls::DrawTestSpec::Usage> (DE_ARRAY_BEGIN(usages), DE_ARRAY_END(usages), usageWeights.weights);
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
feature_column_ops.py 201 weight_collections: List of graph collections to which weights are added.
246 weight_collections: List of graph collections to which weights are added.
276 """Creates variables and returns predictions for linear weights in a model.
284 weight_collections: weights will be placed here.
293 name='weights',
341 name='weights',
369 prediction of a linear model which stores all weights in a single variable.
379 weight_collections: List of graph collections to which weights are added.
388 * A list of Variables storing the weights.
469 weight_collections: List of graph collections to which weights are added
    [all...]

Completed in 851 milliseconds

<<21222324252627282930>>