Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for string_separator (0.17 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)
  2. tensorflow/compiler/mlir/lite/tests/fuse-tftext.mlir

      %0 = "tf.Const"() {value = dense<-1> : tensor<i32>} : () -> tensor<i32>
      %1 = "tf.Const"() {value = dense<[0, -1]> : tensor<2xi32>} : () -> tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 460.3K bytes
    - Viewed (0)
Back to top