Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/operation_converters/
DLogisticOperationConverter.cpp29 NN_TRY(context->createTensorFlatbufferFromOperand(operation.inputs[kInputTensorIdx])); in getLogisticInputs()
31 context->getTensorIdxFromOperandIdx(operation.inputs[kInputTensorIdx])}; in getLogisticInputs()
DLogisticOperationConverter.h38 static constexpr int kInputTensorIdx = 0; variable
DConv2DOperationConverter.h51 static constexpr int kInputTensorIdx = 0; variable
DConv2DOperationConverter.cpp32 NN_TRY(context->createTensorFlatbufferFromOperand(operation.inputs[kInputTensorIdx])); in getConv2DInputs()
38 context->getTensorIdxFromOperandIdx(operation.inputs[kInputTensorIdx]), in getConv2DInputs()