Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateSgnnProjectionCustomOption (0.21 sec)

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

      if (!buckets) {
        return func.emitError() << "'buckets' attribute is not set or not int";
      }
    
      return success();
    }
    
    LogicalResult CreateSgnnProjectionCustomOption(
        func::FuncOp func, DictionaryAttr attrs,
        std::string& custom_option_buffer) {
      flexbuffers::Builder fbb;
      size_t start_map = fbb.StartMap();
    
    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