Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for verifyOperationAttribute (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_saved_model.cc

        // 'tf_saved_model.exported_names' attribute, then it might be invalid.
        // Forward to the dialect's verification to establish that precondition.
        if (failed(dialect->verifyOperationAttribute(
                &op, {exported_names_ident, attr}))) {
          return failure();
        }
        for (auto str : mlir::cast<ArrayAttr>(attr)) {
          auto exported_name = mlir::cast<StringAttr>(str).getValue();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 23.5K bytes
    - Viewed (0)
Back to top