|
| OpBuilder (const std::string &name) |
|
OpBuilder & | variadic_inputs () |
|
OpBuilder & | input (const std::string &name, ColumnType type=ColumnType::Bytes) |
|
OpBuilder & | frame_input (const std::string &name) |
|
OpBuilder & | output (const std::string &name, ColumnType type=ColumnType::Bytes, std::string type_name="") |
|
OpBuilder & | frame_output (const std::string &name) |
|
OpBuilder & | stencil (const std::vector< int > &stencil={0}) |
|
OpBuilder & | bounded_state (i32 warmup=0) |
|
OpBuilder & | unbounded_state () |
|
OpBuilder & | protobuf_name (std::string protobuf_name) |
|
OpBuilder & | stream_protobuf_name (std::string protobuf_name) |
|
The documentation for this class was generated from the following file: