Searched refs:loss_only_head (Results 1 – 4 of 4) sorted by relevance
317 from tensorflow.contrib.learn.python.learn.estimators.head import loss_only_head
1664 head = head_lib.loss_only_head(lambda: 1, head_name="const")1710 head3 = head_lib.loss_only_head(lambda: 1.0, head_name="const")
449 def loss_only_head(loss_fn, head_name=None): function
94 * `loss_only_head`: Not supported.