Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for string_separator_str (0.12 sec)

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

      }
      // StringAttrs are not guaranteed to be NUL terminated, but flexbuffers
      // strings expect NUL terminated strings.
      std::string string_separator_str(string_separator.getValue().data(),
                                       string_separator.getValue().size());
      fbb.String("string_separator", string_separator_str);
    
      auto axis = mlir::dyn_cast_or_null<IntegerAttr>(attrs.get("axis"));
      if (!axis) {
    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