Searched refs:PackToProto (Results 1 – 8 of 8) sorted by relevance
86 stat->PackToProto(&slot); in TEST()94 new_stat->PackToProto(&second_one); in TEST()139 stat->PackToProto(&slot); in TEST()147 new_stat->PackToProto(&second_one); in TEST()307 stat->PackToProto(&slot); in TEST()315 new_stat->PackToProto(&second_one); in TEST()340 stat->PackToProto(&slot); in TEST()348 new_stat->PackToProto(&second_one); in TEST()409 stat->PackToProto(&slot); in TEST()417 new_stat->PackToProto(&second_one); in TEST()
65 virtual void PackToProto(FertileSlot* slot) const = 0;122 void PackToProto(FertileSlot* slot) const override {} in PackToProto() function310 void PackToProto(FertileSlot* slot) const override;375 void PackToProto(FertileSlot* slot) const override;443 void PackToProto(decision_trees::SparseVector* sparse_vector) const;468 void PackToProto(FertileSlot* slot) const override;539 void PackToProto(FertileSlot* slot) const override;
74 void FertileStatsResource::PackToProto(FertileStats* stats) const { in PackToProto() function in tensorflow::tensorforest::FertileStatsResource75 collection_op_->PackToProto(stats); in PackToProto()
445 void DenseClassificationGrowStats::PackToProto(FertileSlot* slot) const { in PackToProto() function in tensorflow::tensorforest::DenseClassificationGrowStats534 void SparseClassificationGrowStats::PackToProto(FertileSlot* slot) const { in PackToProto() function in tensorflow::tensorforest::SparseClassificationGrowStats714 void FixedSizeClassStats::PackToProto( in PackToProto() function in tensorflow::tensorforest::FixedSizeClassStats751 void FixedSizeSparseClassificationGrowStats::PackToProto( in PackToProto() function in tensorflow::tensorforest::FixedSizeSparseClassificationGrowStats762 left_counts_[split_num].PackToProto(left_stats); in PackToProto()766 right_counts_[split_num].PackToProto(right_stats); in PackToProto()787 left_counts_[best_split_index].PackToProto(left_counts); in InitLeafClassStats()791 right_counts_[best_split_index].PackToProto(right_counts); in InitLeafClassStats()829 void LeastSquaresRegressionGrowStats::PackToProto(FertileSlot* slot) const { in PackToProto() function in tensorflow::tensorforest::LeastSquaresRegressionGrowStats
77 void SplitCollectionOperator::PackToProto(FertileStats* stats_proto) const { in PackToProto() function in tensorflow::tensorforest::SplitCollectionOperator82 pair.second->PackToProto(new_slot); in PackToProto()
47 void PackToProto(FertileStats* stats) const;
48 virtual void PackToProto(FertileStats* stats) const;
100 fertile_stats_resource->PackToProto(&stats); in Compute()