tvm
Public Member Functions | List of all members
tvm::te::PlaceholderOp Class Reference

Managed reference to PlaceholderOpNode. More...

#include <operation.h>

Inheritance diagram for tvm::te::PlaceholderOp:
Collaboration diagram for tvm::te::PlaceholderOp:

Public Member Functions

 PlaceholderOp (std::string name, Array< PrimExpr > shape, DataType dtype)
 
 TVM_DEFINE_OBJECT_REF_METHODS (PlaceholderOp, Operation, PlaceholderOpNode)
 
- Public Member Functions inherited from tvm::te::Operation
 Operation ()
 default constructor
More...
 
 Operation (ObjectPtr< Object > n)
 
const OperationNodeoperator-> () const
 access the internal node container More...
 
Tensor output (size_t i) const
 get the i-th output of the operation. More...
 

Additional Inherited Members

- Public Types inherited from tvm::te::Operation
using ContainerType = OperationNode
 specify container node More...
 

Detailed Description

Managed reference to PlaceholderOpNode.

See also
PlaceholderOpNode

Constructor & Destructor Documentation

◆ PlaceholderOp()

tvm::te::PlaceholderOp::PlaceholderOp ( std::string  name,
Array< PrimExpr shape,
DataType  dtype 
)

Member Function Documentation

◆ TVM_DEFINE_OBJECT_REF_METHODS()

tvm::te::PlaceholderOp::TVM_DEFINE_OBJECT_REF_METHODS ( PlaceholderOp  ,
Operation  ,
PlaceholderOpNode   
)

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