LostTech.TensorFlow : API Documentation

Type StatsAccumulatorSaveable

Namespace tensorflow.contrib.boosted_trees.stats_accumulator_ops

Parent SaveableObject

Interfaces IStatsAccumulatorSaveable

Public instance methods

object deserialize(int stamp_token, int num_updates, IEnumerable<int> partition_ids, IEnumerable<object> feature_ids, IEnumerable<double> gradients, IEnumerable<double> hessians)

object deserialize_dyn(object stamp_token, object num_updates, object partition_ids, object feature_ids, object gradients, object hessians)

Public properties

object device get;

object device_dyn get;

object name get; set;

object op get; set;

bool optional_restore get;

object optional_restore_dyn get;

object PythonObject get;

IList<SaveSpec> specs get; set;