tensorflow / ecosystem

Integration of TensorFlow with other open-source frameworks
Apache License 2.0
1.37k stars 392 forks source link

Does it support Int32List? #114

Closed qiaoguan closed 5 years ago

qiaoguan commented 5 years ago

the feature i used is mostly a small int value, while int64 is large , and its tfrecord format data is large , the io speed is influenced, so i wonder how can i use int32List format?