FTorch
User Guide
Source Files
Modules
Procedures
Derived Types
torch_tensor_multiply_c
Interface
MIT
9 statements
Source File
ftorch.F90
ftorch
torch_tensor_multiply_c
Contents
None
interface
public function torch_tensor_multiply_c(tensor1_c, tensor2_c) result(output_c) bind(c, name = 'torch_tensor_multiply')
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
intent(in),
value
::
tensor1_c
type(c_ptr),
intent(in),
value
::
tensor2_c
Return Value
type(c_ptr)