| backward(const ITensor &logits, const ITensor &targets, const ITensor &output_grad, ITensor &logits_grad) | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inline |
| build(const BuildContext &context) final | Mila::Dnn::Component< TDeviceType, TLogits > | inlinevirtual |
| build_context_ | Mila::Dnn::Component< TDeviceType, TLogits > | protected |
| built_ | Mila::Dnn::Component< TDeviceType, TLogits > | private |
| Component(const std::string &name) | Mila::Dnn::Component< TDeviceType, TLogits > | inlineexplicit |
| config_ | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | private |
| createOperation() | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlineprivate |
| dummy_target_grad_ | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | private |
| ensureBuilt(const char *method) const | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprivate |
| exec_context_ | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | private |
| ExecutionContextType typedef | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | |
| forward(const ITensor &logits, const ITensor &targets, ITensor &output) | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inline |
| getConfig() const noexcept | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inline |
| getDeviceId() const override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlinevirtual |
| getDeviceType() | Mila::Dnn::Component< TDeviceType, TLogits > | inlinestatic |
| getExecutionContext() const | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprotected |
| getGradients() const override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlinevirtual |
| getMemoryStats() const=0 | Mila::Dnn::Component< TDeviceType, TLogits > | pure virtual |
| getName() const | Mila::Dnn::Component< TDeviceType, TLogits > | inline |
| getParameterNames() const | Mila::Dnn::Component< TDeviceType, TLogits > | inlinevirtual |
| getParameters() const override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlinevirtual |
| getPrecision() noexcept | Mila::Dnn::Component< TDeviceType, TLogits > | inlinestatic |
| getRuntimeMode() const noexcept | Mila::Dnn::Component< TDeviceType, TLogits > | inline |
| getTrainingMode() const noexcept | Mila::Dnn::Component< TDeviceType, TLogits > | inline |
| getType() const=0 | Mila::Dnn::Component< TDeviceType, TLogits > | pure virtual |
| getVocabSize() const | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inline |
| hasExecutionContext() const noexcept | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprotected |
| isBuilt() const final | Mila::Dnn::Component< TDeviceType, TLogits > | inlinevirtual |
| isIdentifier(const std::string &s) noexcept | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprivatestatic |
| isInferenceMode() const noexcept | Mila::Dnn::Component< TDeviceType, TLogits > | inline |
| isTrainingMode() const noexcept | Mila::Dnn::Component< TDeviceType, TLogits > | inline |
| loadParameter(const std::string &name, const Serialization::ITensorBlob &blob) | Mila::Dnn::Component< TDeviceType, TLogits > | inlinevirtual |
| loadParameterFromBlob(const std::string ¶m_name, const Serialization::ITensorBlob &blob, Tensor< TParameterPrecision, TMemoryResource > &target, const shape_t &expected_shape) | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprotected |
| MR typedef | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | |
| name_ | Mila::Dnn::Component< TDeviceType, TLogits > | private |
| onBuilding(const shape_t &input_shape) override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inline |
| Mila::Dnn::Component< TDeviceType, TLogits >::onBuilding(const BuildContext &config) | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprotectedvirtual |
| onExecutionContextSet() | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprotectedvirtual |
| onTrainingChanging(bool newMode) override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlineprotected |
| onTrainingModeChanging(TrainingMode mode) | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprotectedvirtual |
| operation_ | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | private |
| parameterCount() const override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlinevirtual |
| save_(ModelArchive &archive, SerializationMode mode) const override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlinevirtual |
| setExecutionContext(IExecutionContext *context) | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprotected |
| setTrainingMode(TrainingMode mode) | Mila::Dnn::Component< TDeviceType, TLogits > | inline |
| SoftmaxCrossEntropy(IExecutionContext *exec_context, const CrossEntropyConfig &config) | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlineexplicit |
| synchronize() override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlinevirtual |
| TargetTensorType typedef | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | |
| TensorType typedef | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | |
| toString() const override | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlinevirtual |
| training_mode_ | Mila::Dnn::Component< TDeviceType, TLogits > | private |
| training_mode_mutex_ | Mila::Dnn::Component< TDeviceType, TLogits > | private |
| validateInputShape(const ITensor &input) const | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlineprivate |
| validateInputShape(const shape_t &input_shape) const | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | inlineprivate |
| validateName(const std::string &name) | Mila::Dnn::Component< TDeviceType, TLogits > | inlineprivatestatic |
| zeroGradients() | Mila::Dnn::Component< TDeviceType, TLogits > | inlinevirtual |
| ~Component()=default | Mila::Dnn::Component< TDeviceType, TLogits > | virtual |
| ~SoftmaxCrossEntropy() override=default | Mila::Dnn::SoftmaxCrossEntropy< TDeviceType, TLogits, TTargets, TPrecision > | |