tensorflow_sys

Function TF_OperationGetAttrTensorShapeProtoList

Source
pub unsafe extern "C" fn TF_OperationGetAttrTensorShapeProtoList(
    oper: *mut TF_Operation,
    attr_name: *const c_char,
    values: *mut *mut TF_Buffer,
    max_values: c_int,
    status: *mut TF_Status,
)