Home
last modified time | relevance | path

Searched refs:CheckKeyTensorForRemove (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dlookup_interface.h125 virtual Status CheckKeyTensorForRemove(const Tensor& keys);
H A Dlookup_interface.cc74 Status LookupInterface::CheckKeyTensorForRemove(const Tensor& keys) { in CheckKeyTensorForRemove() function in tensorflow::lookup::LookupInterface
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dlookup_table_op.cc987 OP_REQUIRES_OK(ctx, table->CheckKeyTensorForRemove(key)); in Compute()