Skip to content
Snippets Groups Projects
Commit cff96cf9 authored by mmrahorovic's avatar mmrahorovic
Browse files

[custom_op]: changed function call to Vector_Vector_Activate_Batch

parent 786725c2
No related branches found
No related tags found
No related merge requests found
......@@ -521,11 +521,9 @@ class VectorVectorActivation(HLSCustomOp):
threshs = "PassThroughActivation<%s>()" % odtype_hls_str
else:
threshs = "threshs"
node = self.onnx_node
self.code_gen_dict["$DOCOMPUTE$"] = [
"""{}<Channels1, InnerProdDim, SIMD1, PE1, 1, {}, {}, {}>
"""Vector_Vector_Activate_Batch<Channels1, InnerProdDim, SIMD1, PE1, 1, {}, {}, {}>
(in0, out, weights, {}, numReps, {});""".format(
node.op_type,
tmpl_args["TSrcI"],
tmpl_args["TDstI"],
tmpl_args["TWeightI"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment