HomeSort by relevance Sort by last modified time
    Searched refs:_BinarySvmHead (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/linear_optimizer/python/
sdca_estimator.py 39 head, head_lib._BinarySvmHead) or isinstance(head,
87 * head: A `Head` instance. Type must be one of `_BinarySvmHead`,
107 ValueError: If the type of head is not one of `_BinarySvmHead`,
122 if isinstance(head, head_lib._BinarySvmHead): # pylint: disable=protected-access
235 head: type of head. Currently, _BinaryLogisticHead and _BinarySvmHead are
263 "_BinaryLogisticHead, _BinarySvmHead and _RegressionHead.".format(
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
linear.py 205 * head: A `Head` instance. Type must be one of `_BinarySvmHead`,
220 ValueError: If the type of head is neither `_BinarySvmHead`, nor
233 if isinstance(head, head_lib._BinarySvmHead): # pylint: disable=protected-access
    [all...]
head.py 379 return _BinarySvmHead(
    [all...]

Completed in 332 milliseconds