fromValues static method

Implementation

static Iterable<MLConvTranspose2dFilterOperandLayout> fromValues(
        Iterable<String> values) =>
    values.map(fromValue);