name: "tiny" input: "data" input_dim: 1 input_dim: 2 input_dim: 1 input_dim: 1 layer { name: "fc" type: "InnerProduct" bottom: "data" top: "fc" inner_product_param { num_output: 2 bias_term: true } }