Searched defs:next_stamp_token (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/batch/ |
D | ordinal_split_handler.py | 152 def reset(self, stamp_token, next_stamp_token): argument 262 def make_splits(self, stamp_token, next_stamp_token, class_id): argument 282 stamp_token, next_stamp_token, multiclass_strategy, argument 442 def make_splits(self, stamp_token, next_stamp_token, class_id): argument 462 next_stamp_token, multiclass_strategy, class_id, feature_column_id, argument 537 next_stamp_token, multiclass_strategy, class_id, feature_column_id, argument 569 next_stamp_token, multiclass_strategy, class_id, feature_column_id, argument
|
D | categorical_split_handler.py | 186 def make_splits(self, stamp_token, next_stamp_token, class_id): argument 219 def reset(self, stamp_token, next_stamp_token): argument
|
D | base_split_handler.py | 137 def reset(self, stamp_token, next_stamp_token): argument 141 def make_splits(self, stamp_token, next_stamp_token, class_id): argument
|
/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/ |
D | quantile_ops.py | 213 def flush(self, stamp_token, next_stamp_token): argument 227 def flush_summary(self, stamp_token, next_stamp_token): argument
|
D | stats_accumulator_ops.py | 238 def flush(self, stamp_token, next_stamp_token): argument
|
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/ |
D | training_ops.cc | 215 int64 next_stamp_token = next_stamp_token_t->scalar<int64>()(); in Compute() local 341 int64 next_stamp_token = next_stamp_token_t->scalar<int64>()(); in Compute() local
|
D | stats_accumulator_ops.cc | 570 int64 next_stamp_token = next_stamp_token_t->scalar<int64>()(); in Compute() local 607 int64 next_stamp_token = next_stamp_token_t->scalar<int64>()(); in Compute() local
|
D | quantile_ops.cc | 609 int64 next_stamp_token = next_stamp_token_t->scalar<int64>()(); in Compute() local 655 int64 next_stamp_token = next_stamp_token_t->scalar<int64>()(); in Compute() local
|