Home
last modified time | relevance | path

Searched refs:CreateGrowStats (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dsplit_collection_operators.cc43 std::unique_ptr<GrowStats> SplitCollectionOperator::CreateGrowStats( in CreateGrowStats() function in tensorflow::tensorforest::SplitCollectionOperator
72 stats_[slot.node_id()] = CreateGrowStats(slot.node_id(), slot.depth()); in ExtractFromProto()
89 stats_[node_id] = std::unique_ptr<GrowStats>(CreateGrowStats(node_id, depth)); in InitializeSlot()
Dgraph_collection_operator.h48 std::unique_ptr<GrowStats> CreateGrowStats(int32 node_id,
Dsplit_collection_operators.h41 virtual std::unique_ptr<GrowStats> CreateGrowStats(int32 node_id,
Dgraph_collection_operator.cc27 std::unique_ptr<GrowStats> GraphRunnerSplitCollectionOperator::CreateGrowStats( in CreateGrowStats() function in tensorflow::tensorforest::GraphRunnerSplitCollectionOperator