ONE - On-device Neural Engine
Loading...
Searching...
No Matches
luci::TypedNodeBuilder< Type > Class Template Reference

Placeholder for builders of tensors with different types. More...

#include <NodeBuilder.h>

Collaboration diagram for luci::TypedNodeBuilder< Type >:

Public Member Functions

NodeBuilderType builder_type () const final
 
- Public Member Functions inherited from luci::NodeBuilderBase
virtual CircleNodebuild (TensorIndex tensor_idx, GraphBuilderContext *context) const =0
 
virtual ~NodeBuilderBase ()=default
 

Detailed Description

template<NodeBuilderType Type>
class luci::TypedNodeBuilder< Type >

Placeholder for builders of tensors with different types.

Definition at line 51 of file NodeBuilder.h.

Member Function Documentation

◆ builder_type()

template<NodeBuilderType Type>
NodeBuilderType luci::TypedNodeBuilder< Type >::builder_type ( ) const
inlinefinalvirtual

Implements luci::NodeBuilderBase.

Definition at line 54 of file NodeBuilder.h.

54{ return Type; }

The documentation for this class was generated from the following file: