Searched refs:protoModel (Results 1 – 1 of 1) sorted by relevance
132 Model protoModel; in convert() local133 *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()