Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dtensor_array.h278 TF_RETURN_IF_ERROR(LockedReturnIfClosed()); in Size()
286 TF_RETURN_IF_ERROR(LockedReturnIfClosed()); in SetMarkedSize()
296 TF_RETURN_IF_ERROR(LockedReturnIfClosed()); in MarkedSize()
304 TF_RETURN_IF_ERROR(LockedReturnIfClosed()); in PackOrConcatSize()
366 Status LockedReturnIfClosed() const EXCLUSIVE_LOCKS_REQUIRED(mu_) { in LockedReturnIfClosed() function
446 TF_RETURN_IF_ERROR(LockedReturnIfClosed()); in LockedWriteOrAggregate()
549 TF_RETURN_IF_ERROR(LockedReturnIfClosed()); in LockedRead()
Dtensor_array.cc89 TF_RETURN_IF_ERROR(LockedReturnIfClosed()); in CopyShapesFrom()
90 TF_RETURN_IF_ERROR(rhs->LockedReturnIfClosed()); in CopyShapesFrom()