Commit 63bca518 authored by Chao Liu's avatar Chao Liu
Browse files

clean up

parent 19d19d3a
......@@ -25,7 +25,10 @@ int main(int argc, char* argv[])
}
else
{
printf("arg1: tensor operation (gemm: GEMM; conv_fwd: ForwardConvolution)\n");
printf(
"arg1: tensor operation (gemm: GEMM;\n"
" conv_fwd: ForwardConvolution;\n"
" conv_fwd_bias_relu_add: ForwardConvolution+Bias+ReLU+Add)\n");
return 0;
}
}
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment