Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp459 static V1_3::ErrorStatus CheckSlopeTensorShape(std::vector<uint32_t>& dimensions) { in CheckSlopeTensorShape() function in android::nn::sample_driver::Subgraph
1274 NN_DRIVER_RETURN_IF_ERROR(CheckSlopeTensorShape(operands[ins[1]].dimensions)); in VisitPreluNode()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc1643 static TfLiteStatus CheckSlopeTensorShape(TfLiteContext* context, in CheckSlopeTensorShape() function in tflite::xnnpack::__anon4a1244080111::Subgraph
3987 TF_LITE_ENSURE_STATUS(CheckSlopeTensorShape( in VisitPreluNode()