Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/xnnpack/
H A Dxnnpack_delegate.cc1720 static TfLiteStatus CheckShapeTensorShape(TfLiteContext* context, in CheckShapeTensorShape() function in tflite::xnnpack::__anon4a1244080111::Subgraph
4167 TF_LITE_ENSURE_STATUS(CheckShapeTensorShape( in VisitReshapeNode()
4224 TF_LITE_ENSURE_STATUS(CheckShapeTensorShape( in VisitResizeBilinearNode()
4588 CheckShapeTensorShape(logging_context, output_shape_tensor, in VisitTransposeConvNode()
/aosp_15_r20/packages/modules/NeuralNetworks/driver/sample_hidl/
DSampleDriverFloatXNNPACK.cpp479 static V1_3::ErrorStatus CheckShapeTensorShape(std::vector<uint32_t>& dimensions) { in CheckShapeTensorShape() function in android::nn::sample_driver::Subgraph