Skip to content
Snippets Groups Projects

Replace swich case with refCastFrom()

Merged Olivier BICHLER requested to merge better_inputs_to_attr into dev
2 unresolved threads
7 files
+ 206
130
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -79,6 +79,7 @@ public:
return std::make_shared<Gather_Op>(*this);
}
bool dimsForwarded() const override final;
bool forwardDims(bool allowDataDependency = false) override final;
void setBackend(const std::string& name, DeviceIdx_t device = 0) override;
Loading