Searched refs:CheckFindArguments (Results 1 – 3 of 3) sorted by relevance
132 Status CheckFindArguments(const Tensor& keys, const Tensor& default_value);
82 Status LookupInterface::CheckFindArguments(const Tensor& key, in CheckFindArguments() function in tensorflow::lookup::LookupInterface
801 OP_REQUIRES_OK(ctx, table->CheckFindArguments(key, default_value)); in Compute()