Spec-Zone.ru › TensorFlow C++ 1.15

tensorflow::ops::Softmax

#include <nn_ops.h>

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

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

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

$$softmax[i, j] = exp(logits[i, j]) / sum_j(exp(logits[i, j]))$$

Аргументы:

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

Возвращает:

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

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

operation

Operation operation

softmax

::tensorflow::Output softmax

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

Softmax

 Softmax(
  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 

© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r1.15/api_docs/cc/class/tensorflow/ops/softmax

Spec-Zone.ru

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