forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update netron to 7.3.8 (microsoft#133896)
- Loading branch information
1 parent
1e74248
commit a1e6495
Showing
3 changed files
with
117 additions
and
0 deletions.
There are no files selected for viewing
89 changes: 89 additions & 0 deletions
89
manifests/l/LutzRoeder/Netron/7.3.8/LutzRoeder.Netron.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.2.0.schema.json | ||
PackageIdentifier: LutzRoeder.Netron | ||
PackageVersion: 7.3.8 | ||
Platform: | ||
- Windows.Desktop | ||
InstallModes: | ||
- silent | ||
- silentWithProgress | ||
Installers: | ||
- Architecture: x86 | ||
Scope: user | ||
InstallerType: nullsoft | ||
InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v7.3.8/Netron-Setup-7.3.8.exe | ||
InstallerSha256: CD5FEDBA48920097018A7EA48699F3306E0A7A09A3F2B668823CCB846C8D59A5 | ||
InstallerLocale: en-US | ||
InstallerSwitches: | ||
Custom: /NORESTART | ||
UpgradeBehavior: install | ||
- Architecture: arm64 | ||
Scope: user | ||
InstallerType: nullsoft | ||
InstallerUrl: https://github.com/lutzroeder/netron/releases/download/v7.3.8/Netron-Setup-7.3.8.exe | ||
InstallerSha256: CD5FEDBA48920097018A7EA48699F3306E0A7A09A3F2B668823CCB846C8D59A5 | ||
InstallerLocale: en-US | ||
InstallerSwitches: | ||
Custom: /NORESTART | ||
UpgradeBehavior: install | ||
FileExtensions: | ||
- armnn | ||
- caffemodel | ||
- circle | ||
- ckpt | ||
- cmf | ||
- dlc | ||
- dnn | ||
- gguf | ||
- h5 | ||
- har | ||
- hd5 | ||
- hdf5 | ||
- hn | ||
- keras | ||
- kmodel | ||
- lite | ||
- mar | ||
- maxviz | ||
- meta | ||
- mge | ||
- mlmodel | ||
- mlnet | ||
- mlpackage | ||
- mnn | ||
- model | ||
- nb | ||
- ngf | ||
- nn | ||
- nnp | ||
- npy | ||
- npz | ||
- om | ||
- onnx | ||
- ort | ||
- paddle | ||
- param | ||
- pb | ||
- pbtxt | ||
- pdiparams | ||
- pdmodel | ||
- pdopt | ||
- pdparams | ||
- pkl | ||
- prototxt | ||
- pt | ||
- pt2 | ||
- pth | ||
- ptl | ||
- rknn | ||
- safetensors | ||
- t7 | ||
- tfl | ||
- tflite | ||
- tm | ||
- tmfile | ||
- tnnproto | ||
- torchscript | ||
- uff | ||
- xmodel | ||
ManifestType: installer | ||
ManifestVersion: 1.2.0 |
22 changes: 22 additions & 0 deletions
22
manifests/l/LutzRoeder/Netron/7.3.8/LutzRoeder.Netron.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.2.0.schema.json | ||
PackageIdentifier: LutzRoeder.Netron | ||
PackageVersion: 7.3.8 | ||
PackageName: Netron | ||
PackageLocale: en-US | ||
PackageUrl: https://github.com/lutzroeder/netron | ||
Publisher: Lutz Roeder | ||
PublisherUrl: https://github.com/lutzroeder/netron | ||
PublisherSupportUrl: https://github.com/lutzroeder/netron/issues | ||
Author: Lutz Roeder | ||
License: MIT | ||
Copyright: Copyright (c) Lutz Roeder | ||
CopyrightUrl: https://github.com/lutzroeder/netron/blob/main/LICENSE | ||
ShortDescription: Visualizer for neural network, deep learning, and machine learning models | ||
Description: Visualizer for neural network, deep learning, and machine learning models | ||
Moniker: netron | ||
Tags: | ||
- machine-learning | ||
- deep-learning | ||
- neural-network | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.2.0.schema.json | ||
PackageIdentifier: LutzRoeder.Netron | ||
PackageVersion: 7.3.8 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.2.0 |