tensor_names_t Interface

public interface tensor_names_t

Functions

private pure module function from_components(inputs, outputs) result(tensor_names)

Arguments

Type IntentOptional 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)

Arguments

Type IntentOptional Attributes Name
class(string_t), intent(in) :: lines(:)

Return Value type(tensor_names_t)