przepływ tensorowy:: ops:: SparseDenseCwiseDiv

#include <sparse_ops.h>

Pod względem komponentów dzieli SparseTensor przez gęsty Tensor .

Streszczenie

Ograniczenia : ta operacja transmituje tylko gęstą stronę do rzadkiej strony, ale nie w innym kierunku.

Argumenty:

  • zakres: Obiekt Scope
  • sp_indices: 2-D. Macierz N x R z indeksami niepustych wartości w SparseTensorze, prawdopodobnie nie w porządku kanonicznym.
  • sp_values: 1-D. N niepustych wartości odpowiadających sp_indices .
  • sp_shape: 1-D. Kształt wejścia SparseTensor.
  • gęsty: R -D. Gęsty operand Tensora .

Zwroty:

  • Output : 1-D. Wartości N , na których działają.

Konstruktory i destruktory

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

Atrybuty publiczne

operation
output

Funkcje publiczne

node () const
::tensorflow::Node *
operator::tensorflow::Input () const
operator::tensorflow::Output () const

Atrybuty publiczne

operacja

Operation operation

wyjście

::tensorflow::Output output

Funkcje publiczne

SparseDenseCwiseDiv

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

węzeł

::tensorflow::Node * node() const 

operator::tensorflow::Wejście

 operator::tensorflow::Input() const 

operator::tensorflow::Wyjście

 operator::tensorflow::Output() const