텐서플로우:: 작전:: 십자가

#include <math_ops.h>

쌍별 교차곱을 계산합니다.

요약

ab 모양이 같아야 합니다. 요소를 3개 가진 단순한 벡터이거나 가장 안쪽 차원이 3인 모든 모양일 수 있습니다. 후자의 경우 해당하는 요소 3개 벡터의 각 쌍은 독립적으로 교차 곱셈됩니다.

인수:

  • 범위: 범위 개체
  • a: 3개 요소 벡터를 포함하는 텐서.
  • b: a 와 동일한 유형 및 모양의 또 다른 텐서.

보고:

  • Output : ab 에 있는 벡터의 쌍별 교차곱입니다.

생성자와 소멸자

Cross (const :: tensorflow::Scope & scope, :: tensorflow::Input a, :: tensorflow::Input b)

공개 속성

operation
product

공공 기능

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

공개 속성

작업

Operation operation

제품

::tensorflow::Output product

공공 기능

십자가

 Cross(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input a,
  ::tensorflow::Input b
)

마디

::tensorflow::Node * node() const 

연산자::텐서플로우::입력

 operator::tensorflow::Input() const 

연산자::텐서플로우::출력

 operator::tensorflow::Output() const