pub unsafe extern "C" fn mpsgraph_graph_split_sizes_tensor(
graph_handle: *mut c_void,
tensor_handle: *mut c_void,
split_sizes_tensor_handle: *mut c_void,
axis: isize,
name: *const c_char,
) -> *mut c_voidExpand description
Calls the MPSGraph framework counterpart for mpsgraph_graph_split_sizes_tensor.