Skip to main content

mpsgraph_graph_normalize

Function mpsgraph_graph_normalize 

Source
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_void
Expand description

Calls the MPSGraph framework counterpart for mpsgraph_graph_normalize.