44 res_accessor.
at(index) = (lhs_accessor.
at(index) < rhs_accessor.
at(index));
52 throw std::runtime_error{
"Less with different input types is unsupported"};
T at(const Index &id) const
const Shape & getShape() const
DataType getElementType() const
void Less(const TensorVariant &lhs, const TensorVariant &rhs, TensorVariant &res)
static void run(const TensorVariant &lhs, const TensorVariant &rhs, TensorVariant &res)