mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-11 17:48:34 +00:00
[UPDATE] Add prefix in front of the file (#10884)
This commit is contained in:
parent
625a1f7673
commit
5763657715
6 changed files with 30 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
#-------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License.
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
import argparse
|
||||
from dataclasses import dataclass
|
||||
import numpy as np
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
#-------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License.
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
from abc import ABC, abstractmethod
|
||||
from argparse import ArgumentParser
|
||||
import logging
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
#-------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License.
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
import argparse
|
||||
from dataclasses import dataclass
|
||||
import numpy as np
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
#-------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License.
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
import argparse
|
||||
from dataclasses import dataclass
|
||||
import numpy as np
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
#-------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License.
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
import argparse
|
||||
from dataclasses import dataclass
|
||||
import numpy as np
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
#-------------------------------------------------------------------------
|
||||
# Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
# Licensed under the MIT License.
|
||||
#--------------------------------------------------------------------------
|
||||
|
||||
import argparse
|
||||
from dataclasses import dataclass
|
||||
import numpy as np
|
||||
|
|
|
|||
Loading…
Reference in a new issue