Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/utils/export_utils.h

        }
      } else {
        proto->set_unknown_rank(true);
      }
    }
    
    // Sets shape attribute with the given name. If the attribute already exists
    // with a different value, returns an error.
    Status SetShapeAttribute(absl::string_view name, mlir::ShapedType shape,
                             AttrValueMap* values);
    
    // Returns true if the given instruction is an mlir::TF::LegacyCallOp or the
    // result of such an operation transformed by the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 3.9K bytes
    - Viewed (0)
Back to top