Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TAC_REGISTER_NNAPI_OP (0.4 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/hardwares/nnapi_hardware.cc

      return std::make_unique<NNAPIConcatOp>();
    }
    
    #define TAC_REGISTER_NNAPI_OP(Op, Create)                                      \
      TargetHardwareOpRegistration<NNAPIHardware, Op> Op##_NNAPIHardware_hardware( \
          Create);
    
    // Op registeration
    TAC_REGISTER_NNAPI_OP(SquaredDifferenceOp, CreateBasicOpNoCost);
    TAC_REGISTER_NNAPI_OP(ConcatenationOp, CreateConcatOp);
    TAC_REGISTER_NNAPI_OP(ReshapeOp, CreateConcatOp);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 3.3K bytes
    - Viewed (0)
Back to top