Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for quantized_ (0.14 sec)

  1. tensorflow/compiler/mlir/lite/tests/optimize.mlir

      // CHECK: return %[[RESULT]]
    }
    
    // Checks the `FuseAddAndFullyConnected` pattern is not applied if there is quantized type.
    // CHECK-LABEL: @FuseAddWithFullyConnectedWithQuantizedWeight
    func.func @FuseAddWithFullyConnectedWithQuantizedWeight(%arg: tensor<2x512xf32>) -> tensor<2x1024xf32> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          Region &region = mhlo_op.getBodyRegion(idx);
          rewriter.inlineRegionBefore(op.getBodyRegion(idx), region, region.end());
    
          // Update region's entry blocks argument types to handle quantized element
          // types.
          if constexpr (std::is_same<DstOpT, mhlo::WhileOp>::value) {
            TypeConverter::SignatureConversion signature(num_results);
            Block &block = region.front();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top