Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for IntegerType (0.08 sec)

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

    def TF_DerivedResultShapeAttr : DerivedAttr<"ShapedType",
      "return (*getOperation()->result_type_begin()).cast<ShapedType>();",
      [{ mlir::TF::ShapeAttr::get($_ctxt, $_self) }]>;
    
    def TF_IntTypeAttr : TypeAttrBase<"IntegerType", "integer type"> {
      let returnType = "Type";
    }
    
    //===----------------------------------------------------------------------===//
    // TensorFlow common builders
    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