Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CastValuesToSameType (0.42 sec)

  1. tensorflow/compiler/mlir/tfr/passes/raise_to_tf.cc

      }
    
      // For variadic operands, we have to enforce them to use the same types.
      // TODO(fengliuai): This method is required when the operand types are not set
      // by the frontend correctly.
      void CastValuesToSameType(PatternRewriter& rewriter, Location loc,
                                const llvm::SmallVectorImpl<Attribute>& input_types,
                                llvm::SmallVectorImpl<Value>& input_values) const {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 21.8K bytes
    - Viewed (0)
Back to top