pub unsafe extern "C" fn mpsgraph_graph_normalize(
graph_handle: *mut c_void,
tensor: *mut c_void,
mean_tensor: *mut c_void,
variance_tensor: *mut c_void,
gamma_tensor: *mut c_void,
beta_tensor: *mut c_void,
epsilon: f32,
name: *const c_char,
) -> *mut c_voidExpand description
Calls the MPSGraph framework counterpart for mpsgraph_graph_normalize.