Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetArithmeticCountForConvAndFullyconnectedOp (0.31 sec)

  1. tensorflow/compiler/mlir/lite/utils/arithmetic_count_util.h

        }
        *count = total_count;
        return true;
      }
    
      // For conv2d/depthwise_conv/fully_connected ops.
      // This algorithm actually comes from TOCO tooling_util.cc
      static bool GetArithmeticCountForConvAndFullyconnectedOp(mlir::Operation* op,
                                                               int64_t* count) {
        auto weight = op->getOperand(1);
        auto weight_type =
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 3.1K bytes
    - Viewed (0)
Back to top