Definition
Web Neural Network API defines MLLstmWeightLayout
enum MLLstmWeightLayout {
"iofg", // input-output-forget-cell gate ordering
"ifgo" // input-forget-cell-output gate ordering
};
MLLstmWeightLayout
enumWeb Neural Network API defines MLLstmWeightLayout
enum MLLstmWeightLayout {
"iofg", // input-output-forget-cell gate ordering
"ifgo" // input-forget-cell-output gate ordering
};