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