Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for attrName (0.39 sec)

  1. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      }
      return result;
    }
    
    // Helper method that return list of string for all the StringAttr in the
    // Attribute identified by 'attr_name'.
    std::vector<std::string> GetStringsFromDictionaryAttr(
        const llvm::SmallVector<mlir::DictionaryAttr, 4>& dict_attrs,
        const StringRef attr_name) {
      std::vector<std::string> result;
      for (const auto& arg_attr : dict_attrs) {
        if (!arg_attr) continue;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
Back to top