| addComponent(ComponentPtr component) | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| AttentionType typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| attn_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| backward(const TensorType &input, const TensorType &output_grad) | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inline |
| build(const BuildContext &context) final | Mila::Dnn::Component< TDeviceType, TPrecision > | inlinevirtual |
| build_context_ | Mila::Dnn::Component< TDeviceType, TPrecision > | protected |
| built_ | Mila::Dnn::Component< TDeviceType, TPrecision > | private |
| cached_input_shape_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| child_component_map_ | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | private |
| child_components_ | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | private |
| childCount() const noexcept | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| clearComponents() | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| Component(const std::string &name) | Mila::Dnn::Component< TDeviceType, TPrecision > | inlineexplicit |
| ComponentBase typedef | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | |
| ComponentPtr typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| CompositeComponent(const std::string &name) | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlineexplicit |
| CompositeComponent(const CompositeComponent &)=delete | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | |
| CompositeComponent(CompositeComponent &&) noexcept=default | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | |
| CompositeComponentBase typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| config_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| createGraph() | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlineprivate |
| d_input_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| d_res1_accum_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| decode(const TensorType &input, int position) | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inline |
| ensureBuilt(const char *method) const | Mila::Dnn::Component< TDeviceType, TPrecision > | inlineprivate |
| exec_context_ | Mila::Dnn::Component< TDeviceType, TPrecision > | private |
| ExecutionContextType typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| ffn_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| findComponent(const std::string &path) const | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| forward(const TensorType &input) | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inline |
| forward_executed_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| getComponent(const std::string &name) const | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| getComponentAs(const std::string &name) const | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlineprotected |
| getComponents() const | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| getDeviceId() const override | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlinevirtual |
| getDeviceType() | Mila::Dnn::Component< TDeviceType, TPrecision > | inlinestatic |
| getExecutionContext() const | Mila::Dnn::Component< TDeviceType, TPrecision > | inlineprotected |
| getGradients() const override | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlinevirtual |
| getMemoryStats() const override | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlinevirtual |
| getName() const | Mila::Dnn::Component< TDeviceType, TPrecision > | inline |
| getParameterNames() const | Mila::Dnn::Component< TDeviceType, TPrecision > | inlinevirtual |
| getParameters() const override | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlinevirtual |
| getPrecision() noexcept | Mila::Dnn::Component< TDeviceType, TPrecision > | inlinestatic |
| getRuntimeMode() const noexcept | Mila::Dnn::Component< TDeviceType, TPrecision > | inline |
| getTrainingMode() const noexcept | Mila::Dnn::Component< TDeviceType, TPrecision > | inline |
| getType() const override | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlinevirtual |
| GptBlock(const std::string &name, const GptBlockConfig &config, std::optional< DeviceId > device_id=std::nullopt) | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlineexplicit |
| hasChildren() const noexcept | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| hasComponent(const std::string &name) const | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| hasExecutionContext() const noexcept | Mila::Dnn::Component< TDeviceType, TPrecision > | inlineprotected |
| initializeKVCache(int64_t max_seq_len) | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inline |
| isBuilt() const final | Mila::Dnn::Component< TDeviceType, TPrecision > | inlinevirtual |
| isIdentifier(const std::string &s) noexcept | Mila::Dnn::Component< TDeviceType, TPrecision > | inlineprivatestatic |
| isInferenceMode() const noexcept | Mila::Dnn::Component< TDeviceType, TPrecision > | inline |
| isTrainingMode() const noexcept | Mila::Dnn::Component< TDeviceType, TPrecision > | inline |
| last_attn_out_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| last_ffn_out_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| last_ln1_out_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| last_ln2_out_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| last_out_proj_out_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| last_qkv_out_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| last_res1_out_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| last_res2_out_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| LayerNormType typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| LinearType typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| ln1_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| ln2_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| load_(ModelArchive &archive, SerializationMode mode) | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inline |
| loadParameter(const std::string &name, const Serialization::ITensorBlob &blob) | Mila::Dnn::Component< TDeviceType, TPrecision > | inlinevirtual |
| loadParameterFromBlob(const std::string ¶m_name, const Serialization::ITensorBlob &blob, Tensor< TParameterPrecision, TMemoryResource > &target, const shape_t &expected_shape) | Mila::Dnn::Component< TDeviceType, TPrecision > | inlineprotected |
| MLPType typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| MR typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| name_ | Mila::Dnn::Component< TDeviceType, TPrecision > | private |
| onBuilding(const BuildContext &context) override | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlineprotectedvirtual |
| onExecutionContextSet() override | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlineprotectedvirtual |
| onTrainingModeChanging(TrainingMode training_mode) override | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlineprotectedvirtual |
| operator=(const CompositeComponent &)=delete | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | |
| operator=(CompositeComponent &&) noexcept=default | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | |
| optimize() | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlineprotectedvirtual |
| out_proj_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| owned_exec_context_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| parameterCount() const override | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlinevirtual |
| qkv_proj_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| removeComponent(const std::string &name) | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| res1_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| res2_ | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | private |
| resetKVCache() | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inline |
| ResidualType typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| save_(ModelArchive &archive, SerializationMode mode) const override | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlinevirtual |
| setExecutionContext(IExecutionContext *context) | Mila::Dnn::Component< TDeviceType, TPrecision > | inlineprotected |
| setTrainingMode(TrainingMode mode) | Mila::Dnn::Component< TDeviceType, TPrecision > | inline |
| supportsKVCache() const noexcept | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inline |
| synchronize() override | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inlinevirtual |
| TensorType typedef | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |
| toString() const override | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlinevirtual |
| training_mode_ | Mila::Dnn::Component< TDeviceType, TPrecision > | private |
| training_mode_mutex_ | Mila::Dnn::Component< TDeviceType, TPrecision > | private |
| tryFindComponent(const std::string &path) const | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | inline |
| validateBuildContext(const BuildContext &context) const | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlineprivate |
| validateInputShape(const shape_t &input_shape) const | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlineprivate |
| validateName(const std::string &name) | Mila::Dnn::Component< TDeviceType, TPrecision > | inlineprivatestatic |
| zeroGradients() override | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | inlinevirtual |
| ~Component()=default | Mila::Dnn::Component< TDeviceType, TPrecision > | virtual |
| ~CompositeComponent()=default | Mila::Dnn::CompositeComponent< TDeviceType, TPrecision > | virtual |
| ~GptBlock() override=default | Mila::Dnn::GptBlock< TDeviceType, TPrecision > | |