Google I/O에 참여해 주셔서 감사합니다. 주문형 모든 세션 보기 주문형 시청

tensorflow :: ops :: SparseTensorDenseAdd

#include <sparse_ops.h>

업 추가 SparseTensor 및 조밀 한 Tensor 고밀도 생산, Tensor .

요약

이 Op는 표준 사전 순서로 a_indices 를 정렬 할 필요가 없습니다.

인수 :

  • 범위 : 범위 개체
  • a_indices : 2-D. indicesSparseTensor 형상, [nnz, ndims] .
  • a_values ​​: 1-D. 모양이 [nnz] SparseTensorvalues 입니다.
  • a_shape : 1-D. SparseTensorshape , 모양 [ndims] .
  • b : ndims -D Tensor . a_shape 모양 a_shape .

보고:

생성자와 소멸자

SparseTensorDenseAdd (const :: tensorflow::Scope & scope, :: tensorflow::Input a_indices, :: tensorflow::Input a_values, :: tensorflow::Input a_shape, :: tensorflow::Input b)

공용 속성

operation
output

공공 기능

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

공용 속성

조작

Operation operation

산출

::tensorflow::Output output

공공 기능

SparseTensorDenseAdd

 SparseTensorDenseAdd(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input a_indices,
  ::tensorflow::Input a_values,
  ::tensorflow::Input a_shape,
  ::tensorflow::Input b
)

마디

::tensorflow::Node * node() const 

연산자 :: tensorflow :: 입력

 operator::tensorflow::Input() const 

연산자 :: tensorflow :: 출력

 operator::tensorflow::Output() const