#include <InputOp.h>
Definition at line 27 of file InputOp.h.
◆ InputOp() [1/2]
mir::ops::InputOp::InputOp |
( |
const Shape & |
shape | ) |
|
|
inlineexplicit |
Definition at line 31 of file InputOp.h.
32 {
34 }
void setOutputType(std::size_t index, const TensorType &type)
◆ InputOp() [2/2]
mir::ops::InputOp::InputOp |
( |
const TensorType & |
type | ) |
|
|
inlineexplicit |
◆ copyWithInputs()
Operation * mir::ops::InputOp::copyWithInputs |
( |
const std::vector< Output * > & |
input | ) |
|
|
inlineoverridevirtual |
Implements mir::Operation.
Definition at line 38 of file InputOp.h.
39 {
40 assert(false && "copying graph input is not allowed");
41 (void)input;
42 return nullptr;
43 }
The documentation for this class was generated from the following file: