Searched refs:CheckKeyTensorForRemove (Results 1 – 3 of 3) sorted by relevance
125 virtual Status CheckKeyTensorForRemove(const Tensor& keys);
74 Status LookupInterface::CheckKeyTensorForRemove(const Tensor& keys) { in CheckKeyTensorForRemove() function in tensorflow::lookup::LookupInterface
871 OP_REQUIRES_OK(ctx, table->CheckKeyTensorForRemove(key)); in Compute()