torch_tensor_divide_c Interface

interface
public function torch_tensor_divide_c(tensor1_c, tensor2_c) result(output_c) bind(c, name = 'torch_tensor_divide')

Arguments

Type IntentOptional Attributes Name
type(c_ptr), intent(in), value :: tensor1_c
type(c_ptr), intent(in), value :: tensor2_c

Return Value type(c_ptr)