텐서플로우:: 작전:: 디코드JSON예제

#include <parsing_ops.h>

JSON으로 인코딩된 예제 레코드를 바이너리 프로토콜 버퍼 문자열로 변환합니다.

요약

이 작업은 표준 JSON 매핑을 사용하여 인코딩된 예제 레코드가 포함된 텐서를 바이너리 프로토콜 버퍼로 인코딩된 동일한 레코드가 포함된 텐서로 변환합니다. 그런 다음 결과 텐서는 다른 예제 구문 분석 작업에 공급될 수 있습니다.

인수:

  • 범위: 범위 개체
  • json_examples: 각 문자열은 예제 proto의 JSON 매핑에 따라 직렬화된 JSON 개체입니다.

보고:

  • Output : 각 문자열은 json_examples 의 해당 요소에 해당하는 바이너리 예제 프로토콜 버퍼입니다.

생성자와 소멸자

DecodeJSONExample (const :: tensorflow::Scope & scope, :: tensorflow::Input json_examples)

공개 속성

binary_examples
operation

공공 기능

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

공개 속성

바이너리_예제

::tensorflow::Output binary_examples

작업

Operation operation

공공 기능

디코드JSON예제

 DecodeJSONExample(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input json_examples
)

마디

::tensorflow::Node * node() const 

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

 operator::tensorflow::Input() const 

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

 operator::tensorflow::Output() const