Home
last modified time | relevance | path

Searched refs:ClearSlot (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dgraph_collection_operator.cc134 void GraphRunnerSplitCollectionOperator::ClearSlot(int32 node_id) { in ClearSlot() function in tensorflow::tensorforest::GraphRunnerSplitCollectionOperator
135 SplitCollectionOperator::ClearSlot(node_id); in ClearSlot()
Dgraph_collection_operator.h65 void ClearSlot(int32 node_id) override;
Dfertile-stats-resource.h55 collection_op_->ClearSlot(node_id); in ResetSplitStats()
Dfertile-stats-resource.cc56 collection_op_->ClearSlot(node); in Clear()
Dsplit_collection_operators.h74 virtual void ClearSlot(int32 node_id) { stats_.erase(node_id); } in ClearSlot() function