Searched refs:TfLiteIfParams (Results 1 – 4 of 4) sorted by relevance
156 TfLiteIfParams* params = in BuildIfSubgraph()157 reinterpret_cast<TfLiteIfParams*>(malloc(sizeof(TfLiteIfParams))); in BuildIfSubgraph()
35 const auto* params = reinterpret_cast<const TfLiteIfParams*>(buffer); in Init()
423 } TfLiteIfParams; typedef
748 TfLiteIfParams* params = allocator->AllocatePOD<TfLiteIfParams>(); in ParseOpData()