tensorflow_sys

Function TF_UpdateEdge

Source
pub unsafe extern "C" fn TF_UpdateEdge(
    graph: *mut TF_Graph,
    new_src: TF_Output,
    dst: TF_Input,
    status: *mut TF_Status,
)