[][src]Function ssvm_tensorflow_interface::run_tensorflow_vision

pub fn run_tensorflow_vision(
    model_buf: &[u8],
    tensor_buf: &[f32],
    tensor_dim: &[i64],
    image_width: u32,
    image_height: u32,
    input_name: &str,
    output_names: &[&str]
) -> Tensors

Run tensorflow model with image input tensor.