Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp472 static V1_3::ErrorStatus CheckAxesTensorShape(std::vector<uint32_t>& dimensions) { in CheckAxesTensorShape() function in android::nn::sample_driver::Subgraph
1146 NN_DRIVER_RETURN_IF_ERROR(CheckAxesTensorShape(operands[ins[1]].dimensions)); in VisitMeanNode()