Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetFixedElementType (0.14 sec)

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

          const llvm::StringMap<Attribute>& derived_attrs) const;
    
      // Converts the attribute to the specific type.
      Attribute ProcessAttributeValue(Attribute attr, StringAttr attr_type) const;
    
      Type GetFixedElementType(StringRef element_type, Builder& builder) const {
        if (element_type == "i32_") return builder.getI32Type();
        if (element_type == "i64_") return builder.getI64Type();
    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