tensorflow / ecosystem

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

Why the tool doesnt support the input of “ Int32,double” data type? #139

Closed youw3 closed 5 years ago

youw3 commented 5 years ago

for example, i only need Int32 input but the tool will transform Int32 to Int64, it seems to need more space to store the data? also i need double but the tool will transform to float and it will cut off the precision of data.