Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for OperandsSameElementTypeConstraintBase (0.22 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

    def BinaryOpSameElementTypeConstraint :
      OperandsSameElementTypeConstraintBase<"binary op">;
    
    // This is a constraint for most of the comparison ops, e.g., equal, not_equal,
    // greater, greater_equal, less, etc. Comparison ops lhs & rhs should have the
    // same value type, and is capable to compare quantization types as well.
    def ComparisonOpSameElementTypeConstraint :
      OperandsSameElementTypeConstraintBase<"comparison op">;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top