Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AveragePool2DOp (0.15 sec)

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

      }
    };
    std::unique_ptr<TargetHardwareOperation> CreateConvOp() {
      return std::make_unique<GpuConvOp>();
    }
    
    // Op registrations
    TAC_REGISTER_GPU_OP(AbsOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(AveragePool2DOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(CosOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(DivOp, CreateBasicOpNoCost);
    TAC_REGISTER_GPU_OP(ExpOp, CreateBasicOpNoCost);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 06 03:08:33 UTC 2023
    - 7.8K bytes
    - Viewed (0)
Back to top