Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
H A DGenerateCorpus.cpp132 Model protoModel; in convert() local
133 *protoModel.mutable_operands() = convert(model.operands); in convert()
134 *protoModel.mutable_operations() = convert(model.operations); in convert()
135 *protoModel.mutable_input_indexes() = convertIndexes(model.inputIndexes); in convert()
136 *protoModel.mutable_output_indexes() = convertIndexes(model.outputIndexes); in convert()
137 protoModel.set_is_relaxed(model.isRelaxed); in convert()
138 return protoModel; in convert()