tensorflow_sys

Function TF_SetAttrString

Source
pub unsafe extern "C" fn TF_SetAttrString(
    desc: *mut TF_OperationDescription,
    attr_name: *const c_char,
    value: *const c_void,
    length: usize,
)