Home
last modified time | relevance | path

Searched refs:RecurrentWeightTy (Results 1 – 1 of 1) sorted by relevance

/frameworks/ml/nn/common/operations/
DRNNTest.cpp141 OperandType RecurrentWeightTy(Type::TENSOR_FLOAT32, {units_, units_}); in BasicRNNOpModel() local
142 inputs.push_back(model_.addOperand(&RecurrentWeightTy)); in BasicRNNOpModel()