Google I/O'yu ayarladığınız için teşekkür ederiz. İsteğe bağlı olarak tüm oturumları görüntüleyin İsteğe bağlı olarak izleyin

tensorflow :: ops :: SerializeSparse

#include <sparse_ops.h>

SparseTensor [3] Tensor nesnesine seri hale SparseTensor .

Özet

Argümanlar:

  • kapsam: Bir Scope nesnesi
  • seyrek_indices: 2-D. SparseTensor indices .
  • seyrek_değerler: 1-D. SparseTensor values .
  • seyrek_shape: 1-D. SparseTensor shape .

İsteğe bağlı özellikler (bkz. Attrs ):

  • out_type: dtype için kullanılacak dtype ; desteklenen türler string (varsayılan) ve variant .

İadeler:

  • Output : Serileştirilmiş_sparse tensör.

Yapıcılar ve Yıkıcılar

SerializeSparse (const :: tensorflow::Scope & scope, :: tensorflow::Input sparse_indices, :: tensorflow::Input sparse_values, :: tensorflow::Input sparse_shape)
SerializeSparse (const :: tensorflow::Scope & scope, :: tensorflow::Input sparse_indices, :: tensorflow::Input sparse_values, :: tensorflow::Input sparse_shape, const SerializeSparse::Attrs & attrs)

Genel özellikler

operation
serialized_sparse

Kamusal işlevler

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

Genel statik işlevler

OutType (DataType x)

Yapılar

tensorflow :: ops :: SerializeSparse :: Attrs

SerializeSparse için isteğe bağlı öznitelik belirleyiciler.

Genel özellikler

operasyon

Operation operation

serialized_sparse

::tensorflow::Output serialized_sparse

Kamusal işlevler

SerializeSparse

 SerializeSparse(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input sparse_indices,
  ::tensorflow::Input sparse_values,
  ::tensorflow::Input sparse_shape
)

SerializeSparse

 SerializeSparse(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input sparse_indices,
  ::tensorflow::Input sparse_values,
  ::tensorflow::Input sparse_shape,
  const SerializeSparse::Attrs & attrs
)

düğüm

::tensorflow::Node * node() const 

operator :: tensorflow :: Girdi

 operator::tensorflow::Input() const 

operator :: tensorflow :: Çıktı

 operator::tensorflow::Output() const 

Genel statik işlevler

OutType

Attrs OutType(
  DataType x
)