20.02
|
This is the complete list of members for Graph, including all inherited members.
AddCompatibilityLayers(std::map< BackendId, std::unique_ptr< class IBackendInternal >> &backends, TensorHandleFactoryRegistry ®istry) | Graph | |
AddLayer(Args &&... args) | Graph | inline |
AllocateDynamicBuffers() | Graph | |
AttachObservable(IGraphObservable *const observable, GraphEvent notifyOnEvent) | Graph | inline |
begin() | Graph | inline |
begin() const | Graph | inline |
cbegin() const | Graph | inline |
cend() const | Graph | inline |
ConstIterator typedef | Graph | |
ConstIteratorInputs typedef | Graph | |
ConstIteratorOutputs typedef | Graph | |
DetachObservable(IGraphObservable *const observable, GraphEvent notifyOnEvent) | Graph | inline |
end() | Graph | inline |
end() const | Graph | inline |
EraseLayer(Iterator pos) | Graph | inline |
EraseLayer(LayerT *&layer) | Graph | inline |
ForEachLayer(Func func) const | Graph | inline |
GetInputLayers() const | Graph | inline |
GetNumInputs() const | Graph | inline |
GetNumLayers() const | Graph | inline |
GetNumOutputs() const | Graph | inline |
GetOutputLayers() const | Graph | inline |
GetPosInGraph(Layer &layer) | Graph | inline |
Graph() | Graph | inline |
Graph(const Graph &other) | Graph | |
Graph(Graph &&other) | Graph | inline |
InferTensorInfos() | Graph | |
InsertNewLayer(InputSlot &insertBefore, Args &&... args) | Graph | inline |
InsertNewLayer(OutputSlot &insertAfter, Args &&... args) | Graph | inline |
Iterator typedef | Graph | |
IteratorDifference typedef | Graph | |
LayerList typedef | Graph | |
operator=(const Graph &other)=delete | Graph | |
operator=(Graph &&other) | Graph | inline |
Print() const | Graph | |
PtrCast(Layer *const layer) | Graph | inlinestatic |
SerializeToDot(std::ostream &stream) | Graph | |
SubstituteSubgraph(SubgraphView &subgraph, IConnectableLayer *substituteLayer) | Graph | |
SubstituteSubgraph(SubgraphView &subgraph, const SubgraphView &substituteSubgraph) | Graph | |
TopologicalSort() | Graph | inline |
TopologicalSort() const | Graph | |
~Graph() | Graph | inline |