DebugContext gathers the common external parameters of the context of an operation.
Definition: DebugContext.hpp:221
poplar::Tensor linspace(poplar::Graph &graph, const poplar::Type &type, float left, float right, size_t count, const poplar::DebugContext &debugContext={})
Create a constant variable that contains values equally spaced in the specified closed range [left,...
std::vector< poplar::Tensor > meshgrid2d(poplar::Graph &graph, poplar::Tensor x, poplar::Tensor y)
Create a coordinate grid for each axis by broadcasting the input tensors.