pub type dv_model_input_param_t = dv_model_input_param;Expand description
Model Input Tensor Parameters
Aliased Type§
#[repr(C)]pub struct dv_model_input_param_t {Show 16 fields
pub preprocess_param: *mut dv_model_input_preprocess_param,
pub layer_id: i32,
pub blob_id: i32,
pub layer_name: *mut u8,
pub blob_name: *mut u8,
pub layer_type: *mut u8,
pub layout: *mut u8,
pub size: i32,
pub width: i32,
pub height: i32,
pub depth: i32,
pub nch: i32,
pub bpp: i32,
pub batch_size: i32,
pub num: i32,
pub src_graph_layer_name: *mut u8,
}Fields§
§preprocess_param: *mut dv_model_input_preprocess_param§layer_id: i32< input layer id
blob_id: i32< input blob id within the layer
layer_name: *mut u8< input layer name
blob_name: *mut u8< input blob name within the layer
layer_type: *mut u8< input layer type
layout: *mut u8< input layout
size: i32< tensor size in bytes
width: i32< tensor width
height: i32< tensor height
depth: i32< depth dimension
nch: i32< number of channels
bpp: i32< bytes per pixel
batch_size: i32< batch size
num: i32< num
src_graph_layer_name: *mut u8<source graph input layer name