Searched refs:base_delegate (Results 1 – 3 of 3) sorted by relevance
44 std::unique_ptr<FlexDelegate> base_delegate) { in Create() argument47 if (base_delegate == nullptr) { in Create()48 base_delegate.reset(new FlexDelegate()); in Create()50 auto flex_delegate = TfLiteDelegateFactory::Create(std::move(base_delegate)); in Create()
68 std::unique_ptr<FlexDelegate> base_delegate);
79 TfLiteDelegate* base_delegate) { in DelegatePrepare() argument81 reinterpret_cast<SimpleDelegateInterface*>(base_delegate->data_); in DelegatePrepare()111 BuildTfLiteIntArray(supported_nodes).get(), base_delegate); in DelegatePrepare()