24.08
|
Go to the documentation of this file.
36 std::vector<TensorShape>
InferOutputShapes(
const std::vector<TensorShape>& inputShapes)
const override;
StandInLayer(const StandInDescriptor ¶m, const char *name)
Constructor to create a StandInLayer.
void ValidateTensorShapesFromInputs() override
Check if the input tensor shape(s) Does nothing since cannot validate any properties of this layer.
std::vector< TensorShape > InferOutputShapes(const std::vector< TensorShape > &inputShapes) const override
Empty implementation that throws Exception if called.
This layer represents an unknown operation in the input graph.
void ExecuteStrategy(IStrategy &strategy) const override
Apply a visitor to this layer.
virtual std::unique_ptr< IWorkload > CreateWorkload(const IWorkloadFactory &factory) const override
Empty implementation explictly does NOT create a workload.
A StandInDescriptor for the StandIn layer.
Copyright (c) 2021 ARM Limited and Contributors.
~StandInLayer()=default
Default destructor.
StandInLayer * Clone(Graph &graph) const override
Creates a dynamically-allocated copy of this layer.