fromValue static method
Implementation
static MLConvTranspose2dFilterOperandLayout fromValue(String value) =>
values.firstWhere((e) => e.value == value);
static MLConvTranspose2dFilterOperandLayout fromValue(String value) =>
values.firstWhere((e) => e.value == value);