Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for attr_tokens (0.11 sec)

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

      // 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()
               << kTFImplements << " attribute should be set";
      }
    
      // Check if the interface matches.
      if (GetCompositeOpName().str() != attr_tokens[0]) {
        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