Home
last modified time | relevance | path

Searched defs:n_classes (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Ddistillation_loss.py41 def _logits_to_label_for_tree(logits, n_classes): argument
48 def create_dnn_to_tree_squared_loss_fn(n_classes): argument
60 def create_dnn_to_tree_cross_entropy_loss_fn(n_classes): argument
Destimator.py46 n_classes=2, argument
526 n_classes, argument
Ddnn_tree_combined_estimator.py399 n_classes=2, argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Ddata_feeder.py48 def _get_in_out_shape(x_shape, y_shape, n_classes, batch_size=None): argument
113 n_classes, argument
299 n_classes, argument
502 def assign_label(data, shape, dtype, n_classes, indices): argument
591 def __init__(self, x, y, n_classes, batch_size): argument
716 def put_data_array(dest, index, source=None, n_classes=None): argument
733 def put_data_array_or_dict(holder, index, data=None, n_classes=None): argument
807 n_classes, argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/ops/
Dembeddings_ops.py73 def categorical_variable(tensor_in, n_classes, embedding_size, name): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
Dsynthetic.py37 n_classes=2, argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddebug.py165 n_classes=2, argument
Dhead.py270 def multi_class_head(n_classes, argument
388 def multi_label_head(n_classes, argument
994 n_classes, argument
1327 n_classes, argument
Ddnn.py305 n_classes=2, argument
Dlinear.py404 n_classes=2, argument
Ddnn_linear_combined.py592 n_classes=2, argument
Ddnn_test.py352 self, expected_len, n_classes, predictions): argument
/external/tensorflow/tensorflow/contrib/kernel_methods/python/
Dkernel_estimators.py260 n_classes=2, argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dtarget_column.py68 def multi_class_target(n_classes, label_name=None, weight_column_name=None): argument
294 def __init__(self, loss_fn, n_classes, label_name, weight_column_name): argument