Skip to content
Snippets Groups Projects
  1. Nov 22, 2023
  2. Nov 20, 2023
    • Maxence Naud's avatar
      Uniformize operators and apply new class OperatorTensor induced changes in every operator · cbcd268c
      Maxence Naud authored
      - Change parent class from Operator to OperatorTensor
      - Remove shared and not customed functions from operators
      - Uniformize operators behaviour:
          - inputs are set to nullptr at initialization by default
          - parameters whose size can be computed at initialization are (FC, ConvDepthWise)
          - Many more checks in functions with AIDGE_THROW_OR_ABORT()
      cbcd268c
    • Maxence Naud's avatar
      Remove 'Tensor' from 'Operator' class. Only keep 'Data' · 46e15f55
      Maxence Naud authored
      - Add a common parent class to each Operator using Tensors: OperatorTensor
      - Gather shared operator functions in OperatorTensor
      - Add generic mInputs and mOutputs attributes for OperatorTensor
      - Add an enum to identify the type of Data used by each Operator
      - Change Inputs, DataInputs, Outputs for Inputs, Data, Attr, Outputs for less confusion
      46e15f55
  3. Nov 15, 2023
  4. Nov 14, 2023
  5. Nov 13, 2023
  6. Nov 10, 2023
  7. Nov 09, 2023
Loading