Home
last modified time | relevance | path

Searched defs:num_labels (Results 1 – 5 of 5) sorted by relevance

/external/compiler-rt/test/dfsan/
Ddump_labels.c39 unsigned long num_labels = 1 << (sizeof(dfsan_label) * 8); in main() local
/external/tensorflow/tensorflow/python/ops/
Dctc_ops.py455 def _ilabel_to_state(labels, num_labels, ilabel_log_probs): argument
471 def _state_to_olabel(labels, num_labels, states): argument
489 def _state_to_olabel_unique(labels, num_labels, states, unique): argument
/external/tensorflow/tensorflow/core/grappler/costs/
Danalytical_cost_estimator_test.cc54 const int num_labels = 10; in CreateMiniGraph() local
/external/tensorflow/tensorflow/contrib/distribute/python/
Dkeras_test.py73 def simple_subclassed_model(num_labels=_NUM_CLASS): argument
77 def __init__(self, num_labels): argument
Dkeras_utils_test.py376 def __init__(self, num_labels): argument