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

  /external/tensorflow/tensorflow/contrib/boosted_trees/examples/
boston_combined.py 98 export_strategies = [
107 export_strategies=export_strategies)
boston.py 121 export_strategies=[export_strategy])
  /external/tensorflow/tensorflow/contrib/learn/python/learn/
experiment_test.py 228 export_strategies=export_strategy)
574 export_strategies='not_an_export_strategy')
582 export_strategies=['not_an_export_srategy'])
600 export_strategies=(export_strategy_1,))
645 export_strategies=export_strategy)
729 export_strategies=export_strategy,
752 export_strategies=export_strategy)
    [all...]
experiment.py 66 the model according to the `export_strategies` provided in the `Experiment`.
152 export_strategies=None,
197 export_strategies: Iterable of `ExportStrategy`s, or a single one, or
221 or if export_strategies has the wrong type.
274 self._set_export_strategies(export_strategies)
298 export_strategies = []
301 export_strategies.append(values)
305 raise ValueError("`export_strategies` must be an ExportStrategy,"
308 export_strategies.append(value)
309 self._export_strategies = tuple(export_strategies)
    [all...]

Completed in 227 milliseconds