Home
last modified time | relevance | path

Searched refs:InitializeSlot (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dsplit_collection_operators.h63 virtual void InitializeSlot(int32 node_id, int32 depth);
69 InitializeSlot(0, 0); in MaybeInitialize()
Dfertile-stats-resource.h56 collection_op_->InitializeSlot(node_id, depth); in ResetSplitStats()
Dfertile-stats-resource.cc44 collection_op_->InitializeSlot(node_id, depth); in AllocateNode()
Dsplit_collection_operators.cc88 void SplitCollectionOperator::InitializeSlot(int32 node_id, int32 depth) { in InitializeSlot() function in tensorflow::tensorforest::SplitCollectionOperator
/external/v8/src/objects/
Ddebug-objects.h230 void InitializeSlot(int slot_index, int start_pos, int end_pos);
Ddebug-objects.cc342 void CoverageInfo::InitializeSlot(int slot_index, int from_pos, int to_pos) { in InitializeSlot() function in v8::internal::CoverageInfo
/external/v8/src/heap/
Dfactory.cc3658 info->InitializeSlot(i, range.start, range.end); in NewCoverageInfo()