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

Public Member Functions

subroutine torch_dict_get_float_1d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 
subroutine torch_dict_get_int64_1d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 
subroutine torch_dict_get_double_1d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 
subroutine torch_dict_get_float_2d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 
subroutine torch_dict_get_int64_2d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 
subroutine torch_dict_get_double_2d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 
subroutine torch_dict_get_float_3d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 
subroutine torch_dict_get_int64_3d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 
subroutine torch_dict_get_double_3d (dict, key, dest)
 Retrieves array from Torch dictionary. The returned array has to deallocated by caller!
 

Detailed Description

Definition at line 50 of file torch_api.F.

Member Function/Subroutine Documentation

◆ torch_dict_get_float_1d()

subroutine torch_api::torch_dict_get::torch_dict_get_float_1d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
real(sp), dimension(:), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 116 of file torch_api.F.

◆ torch_dict_get_int64_1d()

subroutine torch_api::torch_dict_get::torch_dict_get_int64_1d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
integer(kind=int_8), dimension(:), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 205 of file torch_api.F.

◆ torch_dict_get_double_1d()

subroutine torch_api::torch_dict_get::torch_dict_get_double_1d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
real(dp), dimension(:), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 294 of file torch_api.F.

◆ torch_dict_get_float_2d()

subroutine torch_api::torch_dict_get::torch_dict_get_float_2d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
real(sp), dimension(:, :), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 384 of file torch_api.F.

◆ torch_dict_get_int64_2d()

subroutine torch_api::torch_dict_get::torch_dict_get_int64_2d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
integer(kind=int_8), dimension(:, :), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 475 of file torch_api.F.

◆ torch_dict_get_double_2d()

subroutine torch_api::torch_dict_get::torch_dict_get_double_2d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
real(dp), dimension(:, :), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 566 of file torch_api.F.

◆ torch_dict_get_float_3d()

subroutine torch_api::torch_dict_get::torch_dict_get_float_3d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
real(sp), dimension(:, :, :), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 658 of file torch_api.F.

◆ torch_dict_get_int64_3d()

subroutine torch_api::torch_dict_get::torch_dict_get_int64_3d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
integer(kind=int_8), dimension(:, :, :), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 751 of file torch_api.F.

◆ torch_dict_get_double_3d()

subroutine torch_api::torch_dict_get::torch_dict_get_double_3d ( type(torch_dict_type), intent(in)  dict,
character(len=*), intent(in)  key,
real(dp), dimension(:, :, :), pointer  dest 
)

Retrieves array from Torch dictionary. The returned array has to deallocated by caller!

Author
Ole Schuett

Definition at line 844 of file torch_api.F.


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