Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DGenerateCorpus.cpp114 Indexes convertIndexes(const std::vector<uint32_t>& indexes) { in convertIndexes() function
125 *protoOperation.mutable_inputs() = convertIndexes(operation.inputs); in convert()
126 *protoOperation.mutable_outputs() = convertIndexes(operation.outputs); in convert()
142 *protoSubgraph.mutable_input_indexes() = convertIndexes(subgraph.inputIndexes); in convert()
143 *protoSubgraph.mutable_output_indexes() = convertIndexes(subgraph.outputIndexes); in convert()