Home
last modified time | relevance | path

Searched defs:stamp_token (Results 1 – 15 of 15) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
Dquantile_ops.py158 def get_buckets(self, stamp_token): argument
190 def add_summary(self, stamp_token, column, example_weights): argument
198 def add_prebuilt_summary(self, stamp_token, summary): argument
205 def schedule_add_summary(self, stamp_token, column, example_weights): argument
213 def flush(self, stamp_token, next_stamp_token): argument
227 def flush_summary(self, stamp_token, next_stamp_token): argument
Dstats_accumulator_ops.py72 def deserialize(self, stamp_token, num_updates, partition_ids, feature_ids, argument
115 stamp_token, argument
196 def add(self, stamp_token, partition_ids, feature_ids, gradients, hessians): argument
238 def flush(self, stamp_token, next_stamp_token): argument
Dmodel_ops.py91 def __init__(self, stamp_token, tree_ensemble_config, name, container=None): argument
126 def tree_ensemble_variable(stamp_token, argument
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/
Dbase_split_handler.py77 def update_stats(self, stamp_token, example_partition_ids, gradients, argument
102 def update_stats_sync(self, stamp_token, example_partition_ids, gradients, argument
137 def reset(self, stamp_token, next_stamp_token): argument
141 def make_splits(self, stamp_token, next_stamp_token, class_id): argument
Dcategorical_split_handler.py93 def update_stats(self, stamp_token, example_partition_ids, gradients, argument
186 def make_splits(self, stamp_token, next_stamp_token, class_id): argument
219 def reset(self, stamp_token, next_stamp_token): argument
Dordinal_split_handler.py152 def reset(self, stamp_token, next_stamp_token): argument
223 def update_stats(self, stamp_token, example_partition_ids, gradients, argument
262 def make_splits(self, stamp_token, next_stamp_token, class_id): argument
282 stamp_token, next_stamp_token, multiclass_strategy, argument
400 def update_stats(self, stamp_token, example_partition_ids, gradients, argument
442 def make_splits(self, stamp_token, next_stamp_token, class_id): argument
461 quantile_accumulator_handle, stats_accumulator_handle, stamp_token, argument
536 def f(quantile_accumulator_handle, stats_accumulator_handle, stamp_token, argument
568 def f(quantile_accumulator_handle, stats_accumulator_handle, stamp_token, argument
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dmodel_ops.cc41 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
124 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
159 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
Dstats_accumulator_ops.cc439 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
504 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
560 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
602 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
643 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
672 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
Dquantile_ops.cc288 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
478 int64 stamp_token = streams_resource->stamp(); in Compute() local
577 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
613 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
659 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
702 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
Dtraining_ops.cc205 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
331 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
915 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dresource_ops.cc44 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
181 int64 stamp_token = stamp_token_t->scalar<int64>()(); in Compute() local
Dresources.cc36 const int64 stamp_token) { in InitFromSerialized()
/external/tensorflow/tensorflow/contrib/boosted_trees/resources/
Dquantile_stream_resource.h36 int64 stamp_token) in QuantileStreamResource()
Ddecision_tree_ensemble_resource.h49 bool InitFromSerialized(const string& serialized, const int64 stamp_token) { in InitFromSerialized()
/external/tensorflow/tensorflow/python/ops/
Dboosted_trees_ops.py207 def __init__(self, name, stamp_token=0, is_local=False, serialized_proto=''): argument
287 def deserialize(self, stamp_token, serialized_proto): argument