텐서플로우:: 작전:: SparseSparseMaximum
#include <sparse_ops.h>
두 SparseTensor의 요소별 최대값을 반환합니다.
요약
두 개의 SparseTensor가 동일한 모양, 즉 브로드캐스팅이 없다고 가정합니다.
인수:
- 범위: 범위 개체
- a_indices: 2-D. 정규 사전 편찬 순서에 따라 SparseTensor에 비어 있지 않은 값의 인덱스가 있는
N x R
행렬. - a_values: 1-D.
a_indices
에 해당하는N
개의 비어 있지 않은 값. - a_shape: 1-D. 입력 SparseTensor의 모양입니다.
- b_indices: 다른 피연산자에 대한
a_indices
에 대응됩니다. - b_values: 다른 피연산자에 대한
a_values
에 대응됩니다. 동일한 dtype이어야 합니다. - b_shape: 다른 피연산자에 대한
a_shape
에 대응됩니다. 두 모양은 동일해야 합니다.
보고:
생성자와 소멸자 | |
---|---|
SparseSparseMaximum (const :: tensorflow::Scope & scope, :: tensorflow::Input a_indices, :: tensorflow::Input a_values, :: tensorflow::Input a_shape, :: tensorflow::Input b_indices, :: tensorflow::Input b_values, :: tensorflow::Input b_shape) |
공개 속성 | |
---|---|
operation | |
output_indices | |
output_values |
공개 속성
작업
Operation operation
출력_인덱스
::tensorflow::Output output_indices
출력_값
::tensorflow::Output output_values
공공 기능
SparseSparseMaximum
SparseSparseMaximum( const ::tensorflow::Scope & scope, ::tensorflow::Input a_indices, ::tensorflow::Input a_values, ::tensorflow::Input a_shape, ::tensorflow::Input b_indices, ::tensorflow::Input b_values, ::tensorflow::Input b_shape )