Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getFilterWidth (0.12 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

      int64_t count;
      if (ArithmeticCountUtilHelper::GetFirstOutputCount(op, &count)) {
        auto avg_pool = llvm::dyn_cast<AveragePool2DOp>(op);
        return avg_pool.getFilterHeight() * avg_pool.getFilterWidth() * count;
      }
    
      return -1;
    }
    
    //===----------------------------------------------------------------------===//
    // MaxPool2DOp
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top