Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for RankedTensorType (0.12 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

    // left-padded broadcasting and static shapes. Its use should not be permitted
    // in new code.
    // May return nullptr on invalid static broadcast dimensions.
    // ABSL_DEPRECATED()
    static RankedTensorType GetStaticBroadcastType(
        RankedTensorType x, RankedTensorType y,
        DenseIntElementsAttr broadcast_dimensions_attr) {
      auto element_type = x.getElementType();
      auto shape_x = x.getShape();
      auto shape_y = y.getShape();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
Back to top