Home
last modified time | relevance | path

Searched refs:NotifyUseOfPersistentTensor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h1256 void NotifyUseOfPersistentTensor(const Tensor& tensor);
1563 inline void OpKernelContext::NotifyUseOfPersistentTensor(const Tensor& t) { in NotifyUseOfPersistentTensor() function
Dop_kernel.cc195 context->NotifyUseOfPersistentTensor(tensor_); in AccessTensor()