Home
last modified time | relevance | path

Searched defs:targets (Results 1 – 25 of 216) sorted by relevance

123456789

/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Deval_metrics.py37 def _top_k(probabilities, targets): argument
45 def _accuracy(predictions, targets, weights=None): argument
49 def _r2(probabilities, targets, weights=None): argument
59 def _squeeze_and_onehot(targets, depth): argument
64 def _sigmoid_entropy(probabilities, targets, weights=None): argument
73 def _softmax_entropy(probabilities, targets, weights=None): argument
84 def _class_log_loss(probabilities, targets, weights=None): argument
92 def _precision(predictions, targets, weights=None): argument
96 def _precision_at_thresholds(predictions, targets, weights=None): argument
105 def _recall(predictions, targets, weights=None): argument
[all …]
/external/pcre/dist2/
DCMakeLists.txt499 SET(targets) variable
507 SET(targets ${targets} pcre2-8) variable
511 SET(targets ${targets} pcre2posix) variable
530 SET(targets ${targets} pcre2-16) variable
548 SET(targets ${targets} pcre2-32) variable
566 SET(targets ${targets} pcre2grep) variable
578 SET(targets ${targets} pcre2test) variable
592 SET(targets ${targets} pcre2_jit_test) variable
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/duration/
DLanguageTestFmwk.java241 String[] targets = data.getFullPluralizedFormTargets(); in testFullPluralizedForms() local
262 xAssertEquals(u.toString() + c, targets, n++, string); in testFullPluralizedForms() local
270 String[] targets = data.getMediumFormTargets(); in testMediumForms() local
285 xAssertEquals(u.toString(), targets, n++, string); in testMediumForms() local
292 String[] targets = data.getShortFormTargets(); in testShortForms() local
307 xAssertEquals(u.toString(), targets, n++, string); in testShortForms() local
314 String[] targets = data.getCustomMinuteTargets(); in testCustomMinutes() local
337 String[] targets = data.getLimitedUnitTargets(); in testLimitedUnits() local
429 String[] targets = data.getHalfUnitTargets(); in testHalfUnits() local
451 xAssertEquals(u.toString(), targets, n++, string); in testHalfUnits() local
[all …]
DDataReadWriteTest.java90 String[] targets = { in testBoolArray() local
146 String[] targets = { in testCharacterArray() local
205 String[] targets = { in testNamedIndexArray() local
273 String[] targets = { in testStringArray() local
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/duration/
DLanguageTestFmwk.java240 String[] targets = data.getFullPluralizedFormTargets(); in testFullPluralizedForms() local
261 xAssertEquals(u.toString() + c, targets, n++, string); in testFullPluralizedForms() local
269 String[] targets = data.getMediumFormTargets(); in testMediumForms() local
284 xAssertEquals(u.toString(), targets, n++, string); in testMediumForms() local
291 String[] targets = data.getShortFormTargets(); in testShortForms() local
306 xAssertEquals(u.toString(), targets, n++, string); in testShortForms() local
313 String[] targets = data.getCustomMinuteTargets(); in testCustomMinutes() local
336 String[] targets = data.getLimitedUnitTargets(); in testLimitedUnits() local
428 String[] targets = data.getHalfUnitTargets(); in testHalfUnits() local
450 xAssertEquals(u.toString(), targets, n++, string); in testHalfUnits() local
[all …]
DDataReadWriteTest.java87 String[] targets = { in testBoolArray() local
143 String[] targets = { in testCharacterArray() local
202 String[] targets = { in testNamedIndexArray() local
270 String[] targets = { in testStringArray() local
/external/tensorflow/tensorflow/contrib/kfac/python/ops/
Dloss_functions.py47 def targets(self): member in LossFunction
94 def _evaluate(self, targets): argument
388 def _evaluate(self, targets): argument
409 def __init__(self, mean, var=0.5, targets=None, seed=None): argument
416 def targets(self): member in NormalMeanNegativeLogProbLoss
472 def __init__(self, mean, variance, targets=None, seed=None): argument
482 def targets(self): member in NormalMeanVarianceNegativeLogProbLoss
604 def __init__(self, logits, targets=None, seed=None): argument
619 def register_additional_minibatch(self, logits, targets=None): argument
640 def targets(self): member in CategoricalLogitsNegativeLogProbLoss
[all …]
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
Dtraining_eager.py56 def _eager_loss_fn(outputs, targets, loss_fn, output_name): argument
62 def _eager_metrics_fn(model, outputs, targets): argument
101 def _model_loss(model, inputs, targets, training=False): argument
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_bvgraph.h111 bool isReachable(uptr from, const BV &targets) { in isReachable()
128 uptr findPath(uptr from, const BV &targets, uptr *path, uptr path_size) { in findPath()
145 uptr findShortestPath(uptr from, const BV &targets, uptr *path, in findShortestPath()
/external/skqp/infra/bots/recipe_modules/isolate/
Dapi.py47 def find_isolated_tests(self, build_dir, targets=None, **kwargs): argument
93 def isolate_tests(self, build_dir, targets=None, verbose=False, argument
Dtest_api.py14 def output_json(self, targets=None, missing=None): argument
/external/skia/infra/bots/recipe_modules/isolate/
Dapi.py47 def find_isolated_tests(self, build_dir, targets=None, **kwargs): argument
93 def isolate_tests(self, build_dir, targets=None, verbose=False, argument
Dtest_api.py14 def output_json(self, targets=None, missing=None): argument
/external/v8/tools/dev/
Dgm.py149 def __init__(self, arch, mode, targets, tests=[]): argument
155 def Extend(self, targets, tests=[]): argument
210 def PopulateConfigs(self, arches, modes, targets, tests): argument
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryBindingTests.cpp436 void createBindingTargets<VkBuffer> (BuffersList& targets, in createBindingTargets()
453 void createBindingTargets<VkImage> (ImagesList& targets, in createBindingTargets()
477 void createMemory<VkBuffer, DE_FALSE> (BuffersList& targets, in createMemory()
503 void createMemory<VkImage, DE_FALSE> (ImagesList& targets, in createMemory()
528 void createMemory<VkBuffer, DE_TRUE> (BuffersList& targets, in createMemory()
555 void createMemory<VkImage, DE_TRUE> (ImagesList& targets, in createMemory()
588 void makeBinding<VkBuffer> (BuffersList& targets, in makeBinding()
608 void makeBinding<VkImage> (ImagesList& targets, in makeBinding()
850 targets; in iterate() local
903 targets[2]; in iterate() local
/external/tensorflow/tensorflow/python/ops/
Dnn_xent_test.py39 def _SigmoidCrossEntropyWithLogits(self, logits, targets): argument
112 def _WeightedCrossEntropy(self, logits, targets, pos_coeff): argument
/external/deqp/scripts/build/
Dbuild.py49 def build (config, generator, targets = None): argument
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_testlib.h55 const std::vector<string>& targets() const { return targets_; } in targets() function
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dloss.py31 targets, argument
/external/python/cpython3/Lib/distutils/
Ddep_util.py32 def newer_pairwise (sources, targets): argument
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dar_model.py216 def loss_op(self, targets, prediction_ops): argument
640 def _anomaly_log_prob(self, targets, prediction_ops): argument
658 def loss_op(self, targets, prediction_ops): argument
/external/python/cpython2/Lib/distutils/
Ddep_util.py33 def newer_pairwise(sources, targets): argument
/external/tensorflow/tensorflow/core/graph/
Dsubgraph.cc145 std::unordered_set<const Node*>* targets) { in AddNodeToTargets()
161 std::unordered_set<const Node*> targets; in PruneForTargets() local
/external/tensorflow/tensorflow/contrib/nn/python/ops/
Dcross_entropy.py130 targets, argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmetric_spec_test.py41 def _fn1(predictions, targets, weights=None): argument
196 def _fn1(predictions, targets): argument
391 def _fn2(predictions, targets): argument
404 def _fn0(predictions, labels, targets): argument

123456789