Home
last modified time | relevance | path

Searched defs:feature_ids (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/contrib/boosted_trees/python/ops/
Dstats_accumulator_ops.py72 def deserialize(self, stamp_token, num_updates, partition_ids, feature_ids, argument
196 def add(self, stamp_token, partition_ids, feature_ids, gradients, hessians): argument
209 def schedule_add(self, partition_ids, feature_ids, gradients, hessians): argument
230 def _make_summary(self, partition_ids, feature_ids, gradients, hessians): argument
/external/tensorflow/tensorflow/core/kernels/boosted_trees/
Dtraining_ops.cc82 const auto feature_ids = feature_ids_t->vec<int32>(); in Compute() local
199 const TTypes<const int32>::Vec& feature_ids, in FindBestSplitsPerNode()
Dboosted_trees.proto166 repeated int32 feature_ids = 1; field
/external/tensorflow/tensorflow/contrib/boosted_trees/proto/
Dtree_config.proto101 repeated int64 feature_ids = 2; field
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dsplit_handler_ops.cc718 const auto& feature_ids = feature_ids_t->matrix<int64>(); in Compute() local
817 const tensorflow::TTypes<int64>::ConstMatrix& feature_ids, in ComputeNormalDecisionTree()
890 const tensorflow::TTypes<int64>::ConstMatrix& feature_ids, in ComputeObliviousDecisionTree()
Dstats_accumulator_ops.cc147 auto feature_ids = feature_ids_t->matrix<int64>(); in SerializeScalarAccumulatorToOutput() local
187 auto feature_ids = feature_ids_t->matrix<int64>(); in SerializeTensorAccumulatorToOutput() local