-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
apiissues related to all other APIs: C, C++, Python, etc.issues related to all other APIs: C, C++, Python, etc.converter:dynamoissues related supporting the PyTorch Dynamo exporterissues related supporting the PyTorch Dynamo exporterfeature requestrequest for unsupported feature or enhancementrequest for unsupported feature or enhancement
Description
session.run()
currently does not support bfloat16 inputs because numpy does not support bfloat16. Would it be possible to support the input via np.uint16
? session.run()
can accept an uint16 value which is the bit representation of the bfloat16 value. ORT should be able to interpret the value correctly because it knows the expected input type of the graph. Same can be done for the float8* types.
Metadata
Metadata
Assignees
Labels
apiissues related to all other APIs: C, C++, Python, etc.issues related to all other APIs: C, C++, Python, etc.converter:dynamoissues related supporting the PyTorch Dynamo exporterissues related supporting the PyTorch Dynamo exporterfeature requestrequest for unsupported feature or enhancementrequest for unsupported feature or enhancement