Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateNNAPIHardware (0.21 sec)

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

                   ReduceMeanToAvgPool, InsertRequantForReduceMean>(context);
      return patterns;
    }
    
    std::unique_ptr<TargetHardware> CreateNNAPIHardware() {
      return std::make_unique<NNAPIHardware>();
    }
    
    TargetHardwareRegistration<NNAPIHardware> nnapi_hardware(
        "Target device for NNAPI", CreateNNAPIHardware);
    
    // Currently used for these ops:
    // tfl.squared_difference
    class NNAPIBasicSupportedOpNoCost : public TargetHardwareOperation {
    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