텐서플로우:: 입력 목록

#include <ops.h>

텐서 목록이 필요한 작업에 대한 입력을 나타내는 유형입니다.

요약

생성자와 소멸자

InputList (const OutputList & out)
출력 목록을 입력 목록으로 암시적으로 변환합니다.
InputList (const std::initializer_list< Input > & inputs)
InputList (const tensorflow::gtl::ArraySlice< Input > & inputs)
InputList (const std::initializer_list< Output > & out)

공공 기능

begin ()
std::vector< Input >::iterator
begin () const
std::vector< Input >::const_iterator
end ()
std::vector< Input >::iterator
end () const
std::vector< Input >::const_iterator

공공 기능

입력 목록

 InputList(
  const OutputList & out
)

출력 목록을 입력 목록으로 암시적으로 변환합니다.

이는 ops::Concat(ops::Split(x, 4))와 같은 코드를 작성하는 데 유용합니다.

입력 목록

 InputList(
  const std::initializer_list< Input > & inputs
)

입력 목록

 InputList(
  const tensorflow::gtl::ArraySlice< Input > & inputs
)

입력 목록

 InputList(
  const std::initializer_list< Output > & out
)

시작하다

std::vector< Input >::iterator begin()

시작하다

std::vector< Input >::const_iterator begin() const 

std::vector< Input >::iterator end()

std::vector< Input >::const_iterator end() const