Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc946 inline void ReportUnexpectedDataType(DataType dtype) { in ReportUnexpectedDataType() function
1108 ReportUnexpectedDataType(dtype); in CopySparseBufferToTensor()
1409 ReportUnexpectedDataType(config.dense[d].dtype); in FastParseExample()
1623 ReportUnexpectedDataType(example_dtype); in FastParseSingleExample()
1697 ReportUnexpectedDataType(example_dtype); in FastParseSingleExample()
1765 ReportUnexpectedDataType(example_dtype); in FastParseSingleExample()
2010 ReportUnexpectedDataType(dtype); in ParseFeature()
2031 ReportUnexpectedDataType(dtype); in GetFeatureLength()
2270 ReportUnexpectedDataType(dtype); in CopyTensorIntoTensor()
2535 ReportUnexpectedDataType(dtype); in ParseSequenceDenseFeatures()
[all …]
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h397 inline void ReportUnexpectedDataType(DataType dtype) { in ReportUnexpectedDataType() function
620 ReportUnexpectedDataType(dtype); in ParseFeature()
641 ReportUnexpectedDataType(dtype); in GetFeatureLength()
Dexample_proto_fast_parsing.cc58 ReportUnexpectedDataType(dtype); in CopySparseBufferToTensor()