Implementation of an embedding layer for machine learning. More...
#include <fmt/format.h>#include <iostream>#include "BaseFunction.h"#include "velox/exec/tests/utils/AssertQueryBuilder.h"#include "velox/exec/tests/utils/PlanBuilder.h"#include "velox/exec/tests/utils/TempDirectoryPath.h"#include "velox/vector/tests/utils/VectorTestBase.h"Go to the source code of this file.
Classes | |
| class | Embedding |
| Implements an embedding layer for machine learning, where embeddings are stored as a 2-D array. More... | |
Implementation of an embedding layer for machine learning.