Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for LOGICAL_NOT (0.16 sec)

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

                          $input1,
                          $input2),
        (replaceWithValue $input2),
        [(HaveSameType $input2, $result),
         (AllElementsAreBool<"false"> $constant)]>;
      // select(logical_not(C), A, B) -> select(C, B, A)
      def Optimize#SelectOp#Not : Pat<
        (SelectOp (TFL_LogicalNotOp $condition), $input1, $input2),
        (SelectOp $condition, $input2, $input1)>;
    
    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