Searched refs:CheckKeyAndValueTensorsForInsert (Results 1 – 4 of 4) sorted by relevance
113 virtual Status CheckKeyAndValueTensorsForInsert(const Tensor& keys,
64 Status LookupInterface::CheckKeyAndValueTensorsForInsert(const Tensor& keys, in CheckKeyAndValueTensorsForInsert() function in tensorflow::lookup::LookupInterface
74 CheckKeyAndValueTensorsForInsert(iter.keys(), iter.values())); in Initialize()
954 OP_REQUIRES_OK(ctx, table->CheckKeyAndValueTensorsForInsert(keys, values)); in Compute()