Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for transposed_values (0.28 sec)

  1. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    
    
    // Fuse redundant TFL_TransposeOp into TFL_BatchMatMulOp
    def FuseTransposeIntoBatchMatMulLHS: Pat<
      (TFL_BatchMatMulOp
        (TFL_TransposeOp:$transposed_value $input, (Arith_ConstantOp:$perm_value $p0)),
        $rhs, $adj_x, $adj_y, $asymmetric_quantize_inputs),
      (TFL_BatchMatMulOp $input, $rhs, ConstBoolAttrTrue, $adj_y, $asymmetric_quantize_inputs),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top