Searched refs:mTfliteInterpreter (Results 1 – 2 of 2) sorted by relevance
147 tflite::InterpreterBuilder(*mTfliteModel, resolver)(&mTfliteInterpreter); in init()148 if (!mTfliteInterpreter) { in init()158 for (size_t node = 0; node < mTfliteInterpreter->nodes_size(); ++node) { in init()160 mTfliteInterpreter->node_and_registration(node)->first.outputs; in init()164 mTfliteInterpreter->SetOutputs(outputs); in init()168 mTfliteInterpreter->SetAllowFp16PrecisionForFp32(true); in init()185 … int delegationStatus = mTfliteInterpreter->ModifyGraphWithDelegate(mTfliteNnapiDelegate.get()); in init()190 CountPartitionsDelegatedTo(mTfliteInterpreter.get(), mTfliteNnapiDelegate.get()); in init()216 if (mTfliteInterpreter->ModifyGraphWithDelegate(mGpuDelegate) != in init()223 CountPartitionsDelegatedTo(mTfliteInterpreter.get(), mGpuDelegate.get()); in init()[all …]
156 std::unique_ptr<tflite::Interpreter> mTfliteInterpreter; variable