Searched refs:ClearSlot (Results 1 – 5 of 5) sorted by relevance
134 void GraphRunnerSplitCollectionOperator::ClearSlot(int32 node_id) { in ClearSlot() function in tensorflow::tensorforest::GraphRunnerSplitCollectionOperator135 SplitCollectionOperator::ClearSlot(node_id); in ClearSlot()
65 void ClearSlot(int32 node_id) override;
55 collection_op_->ClearSlot(node_id); in ResetSplitStats()
56 collection_op_->ClearSlot(node); in Clear()
74 virtual void ClearSlot(int32 node_id) { stats_.erase(node_id); } in ClearSlot() function