Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[MKL-DNN] FC does not support multiple input Tensors use case #20145
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
According to doc:
https://www.paddlepaddle.org.cn/documentation/docs/en/1.4/api/layers.html#fc
Multiple input use case is supported
" If multiple input tensors are given, the results of multiple output tensors with shape [M, size] will be summed up"
This is not implemented in mkl-dnn fc op. This issue is to track progress on adding this functionality