Biancaa Ramesh

Results 32 comments of Biancaa Ramesh

> hey man did u face an error like this one? "module 'tensorflow' has no attribute 'gfile'" i am also copying from the same guy. Replace tf.gfile.GFile to tf.io.gfile.GFile It's...

Hi @anton-bondarev , I can see that this issue is open for quite some time now ,so I had worked on it and wrote test cases for all the use...

@kv2019i I tried approaching this my modifying tplg_parser/control.c ,is there a better way you would suggest or any pointers to fix this issue ,I am quite new to Sof :/

> Adding [@ranj063](https://github.com/ranj063) [@Biancaa-R](https://github.com/Biancaa-R) the topology compiler (in ALSA utils) does all the topology building from topology source to binary. This code parses the input before outputing to binary structures...

@orangecms can I work on this if its okay ? , I intend to add this in the readme + test the different possible flags in cargo.toml and see the...

@acassis from the stat struct , time_t st_atime; /* Time of last access */ time_t st_mtime; /* Time of last modification */ time_t st_ctime; /* Time of last status change...

> Hi [@Biancaa-R](https://github.com/Biancaa-R), yes I think normally the last modification (or creation time, if the file wasn't modified) should be displayed. Are you willing to implement and contribute it? Yes...

> [@Biancaa-R](https://github.com/Biancaa-R) I searched more about it and discovered that it is possible to print the other timestamps too. > > On Linux and other POSIX systems: ls -l shows...

> ### Is your feature request related to a problem? Please describe. > > NuttX "ls -l" command currently doesn't show the file timestamp, although this information is stored in...