Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dparse_example.cc297 tf::DataType feature_dtype = config.sparse[d].dtype; in FastParseSerializedExample() local
298 if (example_dtype != tf::DT_INVALID && example_dtype != feature_dtype) { in FastParseSerializedExample()
300 " != ", feature_dtype); in FastParseSerializedExample()
302 switch (feature_dtype) { in FastParseSerializedExample()
331 return tf::errors::Internal("Should not happen: ", feature_dtype); in FastParseSerializedExample()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc805 DataType feature_dtype = in FastParseSerializedExample() local
807 if (example_dtype != DT_INVALID && example_dtype != feature_dtype) { in FastParseSerializedExample()
810 "Expected type: ", DataTypeString(feature_dtype), in FastParseSerializedExample()
814 switch (feature_dtype) { in FastParseSerializedExample()
1653 auto& feature_dtype = in FastParseSingleExample() local
1664 if (example_dtype != DT_INVALID && example_dtype != feature_dtype) { in FastParseSingleExample()
1667 "Expected type: ", DataTypeString(feature_dtype), in FastParseSingleExample()