Skip to content
KimJeongChul edited this page Apr 24, 2019 · 4 revisions

MatMul(Matrix Multiplication)

Library : numpy, time

  • aws : build your deployment package

aws-build-deployment-package -> numpy

  • google : requirements.txt
numpy
  • azure : requirements.txt
az==0.1.0.dev1
azure-functions==1.0.0b3
azure-functions-worker==1.0.0b3
grpcio==1.14.2
grpcio-tools==1.14.2
protobuf==3.6.1
six==1.12.0
numpy

Input(test-event) example:

N is matrix size

{
    "N": [MATRIX_SIZE]
}

Output : latency