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

  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
multi_head.py 172 self._heads = heads
177 return '_'.join([h.name for h in self._heads])
193 for i, head in enumerate(self._heads):
240 for head in self._heads:
272 for head in self._heads:
320 self._heads[0].name),
322 for head, spec in zip(self._heads, all_estimator_spec):
351 for head, spec in zip(self._heads, all_estimator_spec):
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
head.py     [all...]

Completed in 74 milliseconds