Spec-Zone.ru › TensorFlow C++

tensorflow::ops::LogSoftmax

#include <nn_ops.h>

Вычисляет активации log softmax.

Краткое описание

Для каждой партии i и класса j у нас есть

logsoftmax[i, j] = logits[i, j] - log(sum(exp(logits[i])))

Аргументы:

  • scope: Объект Scope
  • logits: 2-мерный с формой [batch_size, num_classes].

Возвращает:

  • Output: Такая же форма, как у logits.
Конструкторы и деструкторы
LogSoftmax(const ::tensorflow::Scope & scope, ::tensorflow::Input logits)
Публичные атрибуты
logsoftmax
::tensorflow::Output
operation
Operation
Публичные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const

Публичные атрибуты

logsoftmax

::tensorflow::Output logsoftmax

operation

Operation operation

Публичные функции

LogSoftmax

 LogSoftmax(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input logits
)

node

::tensorflow::Node * node() const 

operator::tensorflow::Input

operator::tensorflow::Input() const 

operator::tensorflow::Output

operator::tensorflow::Output() const 

© 2022 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/log-softmax

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API