Searched refs:CheckAxesTensorShape (Results 1 – 1 of 1) sorted by relevance
472 static V1_3::ErrorStatus CheckAxesTensorShape(std::vector<uint32_t>& dimensions) { in CheckAxesTensorShape() function in android::nn::sample_driver::Subgraph1146 NN_DRIVER_RETURN_IF_ERROR(CheckAxesTensorShape(operands[ins[1]].dimensions)); in VisitMeanNode()