torch_to_blob_c Interface

interface
public function torch_to_blob_c(tensor, dtype) result(data) bind(c, name = 'torch_to_blob')

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), value :: tensor
integer(kind=c_int), intent(in), value :: dtype

Return Value type(c_ptr)