Searched defs:supported_nodes (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/delegates/compatibility/nnapi/ |
H A D | nnapi_compatibility_lib.cc | 33 std::vector<int>* supported_nodes, in CheckCompatibility()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/utils/ |
H A D | simple_delegate.cc | 98 std::vector<int> supported_nodes = helper.GetNodesOfFirstNLargestPartitions( in DelegatePrepare() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | utils_test.cc | 231 std::vector<int> supported_nodes = {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}; in TEST() local
|
/aosp_15_r20/external/mesa3d/src/gallium/frontends/teflon/ |
H A D | tfl_device.c | 359 TfLiteIntArray *supported_nodes = malloc(plan->size * sizeof(int) + sizeof(*supported_nodes)); in PrepareDelegate() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate.cc | 4705 TfLiteContext* context, std::vector<int>* supported_nodes, in GetOperationsSupportedByTargetNnApiDevices() 6560 const std::vector<int>& supported_nodes, in GetNodesSupportedByAccelerator() 6654 std::vector<int> supported_nodes; in GetSupportedOpsWithFp16WeightRemapping() local 6739 std::vector<int> supported_nodes; in DoPrepare() local
|