42 std::shared_ptr<void> m_PreCompiledObject;
void SetPreCompiledObject(PreCompiledObjectPtr preCompiledObject)
PreCompiledLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
void ValidateTensorShapesFromInputs() override
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
PreCompiledLayer(const PreCompiledDescriptor ¶m, const char *name)
Copyright (c) 2021 ARM Limited and Contributors.
std::unique_ptr< void, PreCompiledObjectDeleter > PreCompiledObjectPtr
std::function< void(const void *)> PreCompiledObjectDeleter
A PreCompiledDescriptor for the PreCompiledLayer.