Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for string_separator (0.36 sec)

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

        return func.emitError() << "'width' attribute is not set or not an integer";
      }
      fbb.Int("width", width.getInt());
    
      auto string_separator =
          mlir::dyn_cast_or_null<StringAttr>(attrs.get("string_separator"));
      if (!string_separator) {
        return func.emitError()
               << "'string_separator' attribute is not set or not a string";
      }
      // StringAttrs are not guaranteed to be NUL terminated, but flexbuffers
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 14.4K bytes
    - Viewed (0)
Back to top