Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for NamedAttribute (0.15 sec)

  1. tensorflow/compiler/mlir/lite/utils/lstm_utils.cc

        return fused_func_op_.emitError()
               << "Invalid function attribute, expected " << kTFImplements
               << " attribute "
                  "not found";
      }
    
      // TODO(ashwinm, b/144775479): Make these NamedAttribute on TF import
      // once tf.function can support this.
      llvm::SmallVector<llvm::StringRef, 4> attr_tokens;
      attr.getValue().split(attr_tokens, ",");
      if (attr_tokens.empty()) {
        return fused_func_op_.emitError()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
Back to top