Searched refs:NotifyUseOfPersistentTensor (Results 1 – 2 of 2) sorted by relevance
1256 void NotifyUseOfPersistentTensor(const Tensor& tensor);1563 inline void OpKernelContext::NotifyUseOfPersistentTensor(const Tensor& t) { in NotifyUseOfPersistentTensor() function
195 context->NotifyUseOfPersistentTensor(tensor_); in AccessTensor()