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

  /external/tensorflow/tensorflow/python/estimator/
estimator.py 245 return self._call_model_fn(features, labels, mode, config)
486 estimator_spec = self._call_model_fn(
600 estimator_spec = self._call_model_fn(
773 def _call_model_fn(self, features, labels, mode, config): member in class:Estimator
    [all...]
  /external/tensorflow/tensorflow/contrib/tpu/python/tpu/
tpu_estimator.py 1199 def _call_model_fn(self, features, labels, is_export_mode=True): member in class:_ModelFnWrapper
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
estimator.py 1165 def _call_model_fn(self, features, labels, mode, metrics=None): member in class:Estimator
    [all...]

Completed in 70 milliseconds