Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp486 static V1_3::ErrorStatus CheckTensorStaticAllocation(Operand::LifeTime lifetime) { in CheckTensorStaticAllocation() function in android::nn::sample_driver::Subgraph
587 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[2]].lifetime)); in VisitAddNode()
620 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[i]].lifetime)); in VisitAveragePool2DNode()
701 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[1]].lifetime)); in VisitConv2DNode()
703 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[2]].lifetime)); in VisitConv2DNode()
707 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[i]].lifetime)); in VisitConv2DNode()
800 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[1]].lifetime)); in VisitDepthwiseConv2DNode()
802 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[2]].lifetime)); in VisitDepthwiseConv2DNode()
806 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[i]].lifetime)); in VisitDepthwiseConv2DNode()
900 NN_DRIVER_RETURN_IF_ERROR(CheckTensorStaticAllocation(operands[ins[2]].lifetime)); in VisitDivNode()
[all …]