fromValue static method

MLConv2dFilterOperandLayout fromValue(
  1. String value
)

Implementation

static MLConv2dFilterOperandLayout fromValue(String value) =>
    values.firstWhere((e) => e.value == value);