Skip to content
#

Neural Network

Artificial neural networks (ANN) are computational systems that "learn" to perform tasks by considering examples, generally without being programmed with any task-specific rules.

Here are 11,339 public repositories matching this topic...

gensim
askhade
askhade commented May 27, 2021

Bug Report

Is the issue related to model conversion? No

Describe the bug

DynamicQuantizeLinear function op does not have shape inference function defined. In absence of shape inference, function body is used to get the shape inference for the function op and although it works as a fallback option it hurts perf.

Expected behavior

Add shape inference function for DynamicQuan