Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TypedArrayAttrBase (0.13 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_op_base.td

      let constBuilderCall = "mlir::TF::ShapeAttr::get($_builder.getContext(), $0)";
    }
    
    def TF_ShapeAttrArray :
        TypedArrayAttrBase<TF_ShapeAttr, "tensorflow shape attribute array">;
    
    // An array of FlatSymbolRef attributes that can be used as a default valued
    // attribute.
    def TF_SymbolRefArrayAttr :
      TypedArrayAttrBase<SymbolRefAttr, "tensorflow symbol ref array attribute"> {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 30.5K bytes
    - Viewed (0)
Back to top