# GluonOps ### `gluon.set_auto_layout` (triton::gluon::SetAutoLayoutOp) _Set auto encoding to a concrete encoding type_ Syntax: ``` operation ::= `gluon.set_auto_layout` $src attr-dict `:` type($src) `->` type($result) ``` Traits: `SameOperandsAndResultElementType`, `SameOperandsAndResultShape`, `VerifyTensorLayoutsTrait` #### Operands: | Operand | Description | | :-----: | ----------- | | `src` | ranked tensor of floating-point or integer or ptr values | #### Results: | Result | Description | | :----: | ----------- | | `result` | ranked tensor of floating-point or integer or ptr values |