(git:c5411e0)
Loading...
Searching...
No Matches
torch_api::torch_dict_insert Interface Reference

Public Member Functions

subroutine torch_dict_insert_float_1d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 
subroutine torch_dict_insert_int64_1d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 
subroutine torch_dict_insert_double_1d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 
subroutine torch_dict_insert_float_2d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 
subroutine torch_dict_insert_int64_2d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 
subroutine torch_dict_insert_double_2d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 
subroutine torch_dict_insert_float_3d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 
subroutine torch_dict_insert_int64_3d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 
subroutine torch_dict_insert_double_3d (dict, key, source)
 Inserts array into Torch dictionary. The passed array has to outlive the dictionary!
 

Detailed Description

Definition at line 38 of file torch_api.F.

Member Function/Subroutine Documentation

◆ torch_dict_insert_float_1d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_float_1d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
real(sp), dimension(:), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 76 of file torch_api.F.

◆ torch_dict_insert_int64_1d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_int64_1d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
integer(kind=int_8), dimension(:), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 165 of file torch_api.F.

◆ torch_dict_insert_double_1d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_double_1d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
real(dp), dimension(:), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 254 of file torch_api.F.

◆ torch_dict_insert_float_2d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_float_2d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
real(sp), dimension(:, :), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 343 of file torch_api.F.

◆ torch_dict_insert_int64_2d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_int64_2d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
integer(kind=int_8), dimension(:, :), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 434 of file torch_api.F.

◆ torch_dict_insert_double_2d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_double_2d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
real(dp), dimension(:, :), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 525 of file torch_api.F.

◆ torch_dict_insert_float_3d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_float_3d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
real(sp), dimension(:, :, :), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 616 of file torch_api.F.

◆ torch_dict_insert_int64_3d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_int64_3d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
integer(kind=int_8), dimension(:, :, :), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 709 of file torch_api.F.

◆ torch_dict_insert_double_3d()

subroutine torch_api::torch_dict_insert::torch_dict_insert_double_3d ( type(torch_dict_type), intent(inout)  dict,
character(len=*), intent(in)  key,
real(dp), dimension(:, :, :), intent(in), contiguous  source 
)

Inserts array into Torch dictionary. The passed array has to outlive the dictionary!

Author
Ole Schuett

Definition at line 802 of file torch_api.F.


The documentation for this interface was generated from the following file: