Searched refs:CheckKeyAndValueTensorsForImport (Results 1 – 3 of 3) sorted by relevance
118 virtual Status CheckKeyAndValueTensorsForImport(const Tensor& keys,
69 Status LookupInterface::CheckKeyAndValueTensorsForImport(const Tensor& keys, in CheckKeyAndValueTensorsForImport() function in tensorflow::lookup::LookupInterface
527 Status CheckKeyAndValueTensorsForImport(const Tensor& keys, in CheckKeyAndValueTensorsForImport() function in tensorflow::lookup::MutableDenseHashTable946 OP_REQUIRES_OK(ctx, table->CheckKeyAndValueTensorsForImport(keys, values)); in Compute()