Home
last modified time | relevance | path

Searched refs:CheckConfigDataType (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc871 Status CheckConfigDataType(DataType dtype) { in CheckConfigDataType() function
961 TF_RETURN_IF_ERROR(CheckConfigDataType(c.dtype)); in FastParseExample()
964 TF_RETURN_IF_ERROR(CheckConfigDataType(c.dtype)); in FastParseExample()
1230 TF_RETURN_IF_ERROR(CheckConfigDataType(c.dtype)); in FastParseSingleExample()
1233 TF_RETURN_IF_ERROR(CheckConfigDataType(c.dtype)); in FastParseSingleExample()
1779 TF_RETURN_IF_ERROR(CheckConfigDataType(c.dtype)); in FastParseSequenceExample()
1789 TF_RETURN_IF_ERROR(CheckConfigDataType(c.dtype)); in FastParseSequenceExample()
1810 TF_RETURN_IF_ERROR(CheckConfigDataType(c.dtype)); in FastParseSequenceExample()
1820 TF_RETURN_IF_ERROR(CheckConfigDataType(c.dtype)); in FastParseSequenceExample()