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