Spec-Zone.ru › TensorFlow C++ 2.9

tensorflow::ops::SparseDenseCwiseDiv

#include <sparse_ops.h>

Элементное деление SparseTensor на плотное Tensor.

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

Ограничение: данный оператор выполняет только трансляцию плотной стороны к разреженной, но не в обратном направлении.

Аргументы:

  • scope: Объект Scope
  • sp_indices: 2-мерная. N x R матрица с индексами ненулевых значений в SparseTensor, возможно, не в каноническом порядке.
  • sp_values: 1-мерная. N ненулевые значения, соответствующие sp_indices.
  • sp_shape: 1-мерная. Формат входного SparseTensor.
  • dense: R-мерный. Плотное операнд Tensor.

Возвращает:

  • Output: 1-мерная. N значения, над которыми выполняется операция.
Конструкторы и деструкторы
SparseDenseCwiseDiv(const ::tensorflow::Scope & scope, ::tensorflow::Input sp_indices, ::tensorflow::Input sp_values, ::tensorflow::Input sp_shape, ::tensorflow::Input dense)
Общедоступные атрибуты
operation
Operation
output
::tensorflow::Output
Общедоступные функции
node() const
::tensorflow::Node *
operator::tensorflow::Input() const
operator::tensorflow::Output() const

Общедоступные атрибуты

operation

Operation operation

output

::tensorflow::Output output

Общедоступные функции

SparseDenseCwiseDiv

 SparseDenseCwiseDiv(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input sp_indices,
  ::tensorflow::Input sp_values,
  ::tensorflow::Input sp_shape,
  ::tensorflow::Input dense
)

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/versions/r2.9/api_docs/cc/class/tensorflow/ops/sparse-dense-cwise-div

Spec-Zone.ru

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