Searched refs:_add_hidden_layer_summary (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | composable_model.py | 350 def _add_hidden_layer_summary(self, value, tag): member in DNNComposableModel 390 self._add_hidden_layer_summary(net, scope.name) 403 self._add_hidden_layer_summary(logits, "logits")
|
D | dnn.py | 81 def _add_hidden_layer_summary(value, tag): function 180 _add_hidden_layer_summary(net, hidden_layer_scope.name) 191 _add_hidden_layer_summary(logits, logits_scope.name)
|
D | dnn_linear_combined.py | 108 def _add_hidden_layer_summary(value, tag): function
|
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/ |
D | dnn_tree_combined_estimator.py | 61 def _add_hidden_layer_summary(value, tag): function 209 _add_hidden_layer_summary(net, hidden_layer_scope.name) 219 _add_hidden_layer_summary(dnn_logits, logits_scope.name)
|