For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo function
composite_rms_norm_rope_shape
def composite_rms_norm_rope_shape[dtype: DType, cos_sin_dtype: DType, rank: Int](input: ManagedTensorSlice[Input, static_spec=input.static_spec], weight: ManagedTensorSlice[Input, static_spec=weight.static_spec], epsilon: Scalar[dtype], weight_offset: Scalar[dtype], cos_vals: ManagedTensorSlice[Input, static_spec=cos_vals.static_spec], sin_vals: ManagedTensorSlice[Input, static_spec=sin_vals.static_spec]) -> IndexList[rank]
Returns: