Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DSubGraphContext.cpp54 int SubGraphContext::addTensorFlatbuffer(TensorFlatbuffer tensor, int32_t operandIdx) { in addTensorFlatbuffer() function in android::nn::SubGraphContext
208 addTensorFlatbuffer(tensor, operandIdx); in createTensorFlatbufferFromOperand()
DConv2DOperationConverter.cpp95 int padTensorIdx = context->addTensorFlatbuffer(padTensor); in decomposeExplicitPadding()
129 int padToConv2dTensorIdx = context->addTensorFlatbuffer(padToConv2dTensor); in decomposeExplicitPadding()
DSubGraphContext.h45 int addTensorFlatbuffer(TensorFlatbuffer tensor, int32_t operandIdx = -1);