Searched refs:protoOperation (Results 1 – 1 of 1) sorted by relevance
123 Operation protoOperation; in convert() local124 protoOperation.set_type(convert(operation.type)); in convert()125 *protoOperation.mutable_inputs() = convertIndexes(operation.inputs); in convert()126 *protoOperation.mutable_outputs() = convertIndexes(operation.outputs); in convert()127 return protoOperation; in convert()