Function ssvm_tensorflow_interface::ssvm_tensorflow_append_input[][src]

pub unsafe extern "C" fn ssvm_tensorflow_append_input(
    context: u64,
    input_name: *const u8,
    input_name_len: u32,
    index: u32,
    dim_vec: *const u8,
    dim_cnt: u32,
    data_type: u32,
    tensor_buf: *const u8,
    tensor_buf_len: u32
)