Function tensorflow_sys::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
)