Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getResultAttr (0.19 sec)

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

            func.getArgAttr(i, "tf_saved_model.bound_input")) {
          return true;
        }
      }
      for (int i = 0, e = func.getNumResults(); i < e; i++) {
        if (func.getResultAttr(i, kTfSavedModelIndexPathAttr) ||
            func.getResultAttr(i, "tf_saved_model.bound_input")) {
          return true;
        }
      }
      return false;
    }
    
    static LogicalResult VerifySavedModelModule(
    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