Skip to content
Snippets Groups Projects

Learning backend cuda

Merged Houssem ROUIS requested to merge hrouis/aidge_core:learning_backend_cuda into dev
All threads resolved!
8 files
+ 140
22
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -32,6 +32,10 @@ class And_Op : public OperatorTensor,
public:
static const std::string Type;
/**
* @brief Compute element-wise and operation on two given inputs.
* @details supports broadcasting of both operands.
*/
And_Op() : OperatorTensor(Type, {InputCategory::Data, InputCategory::Data}, 1) {}
/**
Loading