Home
last modified time | relevance | path

Searched refs:_add_hidden_layer_summary (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dcomposable_model.py350 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")
Ddnn.py81 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)
Ddnn_linear_combined.py108 def _add_hidden_layer_summary(value, tag): function
/external/tensorflow/tensorflow/contrib/boosted_trees/estimator_batch/
Ddnn_tree_combined_estimator.py61 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)