CompiledInfo

Function Usage

Sets the CompiledInfo pointer of an operator to store the TilingParse result, that is, CompileInfo.

Prototype

1
OpTilingParseContextBuilder &CompiledInfo(const void *compile_info)

Parameters

Parameter

Input/Output

Description

compile_info

Input

Pointer to the compilation information.

Returns

A reference to the OpTilingParseContextBuilder object. It is used for chaining method calls.

Constraints

The caller has the memory ownership of the void* parameter passed through a pointer. They must ensure that the pointer is valid throughout the lifecycle of the ContextHolder object.