Searched refs:example_dtype (Results 1 – 2 of 2) sorted by relevance
164 tf::DataType example_dtype; in FastParseSerializedExample() local165 if (feature.ParseDataType(&example_dtype) != Status::OK()) { in FastParseSerializedExample()169 if (example_dtype == tf::DT_INVALID) continue; in FastParseSerializedExample()173 if (example_dtype != config.dense[d].dtype) { in FastParseSerializedExample()176 DataTypeString(example_dtype), in FastParseSerializedExample()232 if (example_dtype != tf::DT_INVALID && in FastParseSerializedExample()233 example_dtype != config.dense[d].dtype) { in FastParseSerializedExample()249 if (example_dtype != tf::DT_INVALID) { in FastParseSerializedExample()261 if (example_dtype != tf::DT_INVALID) { in FastParseSerializedExample()273 if (example_dtype != tf::DT_INVALID) { in FastParseSerializedExample()[all …]
639 DataType example_dtype; in FastParseSerializedExample() local640 TF_RETURN_IF_ERROR(feature.ParseDataType(&example_dtype)); in FastParseSerializedExample()643 if (example_dtype == DT_INVALID) continue; in FastParseSerializedExample()653 if (example_dtype != config.dense[d].dtype) { in FastParseSerializedExample()656 DataTypeString(example_dtype), in FastParseSerializedExample()717 if (example_dtype != DT_INVALID && in FastParseSerializedExample()718 example_dtype != config.dense[d].dtype) { in FastParseSerializedExample()734 if (example_dtype != DT_INVALID) { in FastParseSerializedExample()746 if (example_dtype != DT_INVALID) { in FastParseSerializedExample()758 if (example_dtype != DT_INVALID) { in FastParseSerializedExample()[all …]