Fiats
Source Files
Modules
Procedures
Derived Types
Programs
tensor_names_t
Interface
12 statements
Source File
tensor_names_m.f90
tensor_names_m
tensor_names_t
Contents
Functions
from_components
from_json
public interface tensor_names_t
Functions
private pure module function from_components(inputs, outputs) result(tensor_names)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
type(string_t),
intent(in)
::
inputs
(:)
type(string_t),
intent(in)
::
outputs
(:)
Return Value
type(
tensor_names_t
)
private pure module function from_json(lines) result(tensor_names)
Implementation →
Arguments
Type
Intent
Optional
Attributes
Name
class(string_t),
intent(in)
::
lines
(:)
Return Value
type(
tensor_names_t
)