tensorflow_sys

Function TF_FunctionSetAttrValueProto

Source
pub unsafe extern "C" fn TF_FunctionSetAttrValueProto(
    func: *mut TF_Function,
    attr_name: *const c_char,
    proto: *const c_void,
    proto_len: usize,
    status: *mut TF_Status,
)