CompiledJson
Function Usage
Sets the CompiledJson pointer (.json) of an operator.
Prototype
1 | OpTilingParseContextBuilder &CompiledJson(const ge::char_t *compiled_json) |
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
compiled_json |
Input |
Pointer to the .json file of 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 ge::char_t * parameter passed through a pointer. They must ensure that the pointer is valid throughout the lifecycle of the ContextHolder object.
Parent topic: OpTilingParseContextBuilder