Dragon API Dragon v0.3.0 Python InnerProduct¶ class dragon.vm.caffe.core.layers.InnerProduct(layer_param)[source]¶ Compute the dense matrix multiplication along the given axes. Examples: layer { type: "InnerProduct" bottom: "conv5" top: "ip1" inner_product_param { axis: 1 num_output: 1024 } }