Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(c_ptr), | intent(in), | VALUE | :: | c_tensor_in | ||
integer(kind=c_int), | intent(in), | VALUE | :: | tensor_dim | ||
type(c_ptr), | intent(out) | :: | c_tensor_out | |||
integer(kind=c_int), | intent(in), | DIMENSION(tensor_dim) | :: | c_block_sizes | ||
logical(kind=c_bool), | optional | :: | c_nodata |