FTorch
User Guide
Source Files
Modules
Procedures
Derived Types
torch_to_blob_c
Interface
MIT
8 statements
Source File
ftorch.f90
ftorch
torch_to_blob_c
Contents
None
interface
public function torch_to_blob_c(tensor, dtype) result(data) bind(c, name = 'torch_to_blob')
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
intent(in),
value
::
tensor
integer(kind=c_int),
intent(in),
value
::
dtype
Return Value
type(c_ptr)