Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetArithmeticCountPass (0.19 sec)

  1. tensorflow/compiler/mlir/lite/transforms/get_arithmetic_count.cc

    #include "tensorflow/compiler/mlir/lite/transforms/passes.h.inc"
    
    struct GetArithmeticCountPass
        : public impl::GetArithmeticCountPassBase<GetArithmeticCountPass> {
      MLIR_DEFINE_EXPLICIT_INTERNAL_INLINE_TYPE_ID(GetArithmeticCountPass)
    
      void runOnOperation() override;
    };
    
    void GetArithmeticCountPass::runOnOperation() {
      auto func = getOperation();
      OpBuilder builder(func);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Oct 07 21:08:41 UTC 2022
    - 2.5K bytes
    - Viewed (0)
Back to top