Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DFlatbufferModelBuilderUtils.h67 inline tflite::BuiltinOperator getFlatbufferOperator(const OperationType& type) { in getFlatbufferOperator() function
/packages/modules/NeuralNetworks/runtime/operation_converters/
DSubGraphContext.cpp87 tflite::BuiltinOperator builtinCode = getFlatbufferOperator(operationType); in addOpCode()