Dragon API Dragon v0.3.0 Python Input¶ class dragon.vm.caffe.core.layers.Input(layer_param)[source]¶ Produce input blobs with shape and dtype. Examples: layer { type: "Input" top: "data1" top: "data2" input_param { shape: { dim: 2 dim: 3 } shape: { dim: 2 dim: 3 dim: 3 } } }