Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_DerivedResultTypeAttr (0.24 sec)

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

    // just returns the element type of its first tensor, which is only meaningful
    // when the variadic result has at least one tensor and the tensors all have
    // the same element type.
    class TF_DerivedResultTypeAttr<int idx> : DerivedTypeAttr<
      "return mlir::getElementTypeOrSelf(*getODSResults(" # idx # ").begin());">;
    
    // A derived attribute that returns the element types of the tensors in the
    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