Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ stat
Class
stat
tensorflow/lite/toco/toco_port.cc:198–198 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
196
tensorflow::Status Exists(const string& filename,
197
const file::Options& options) {
198
struct stat statbuf;
199
int ret = stat(filename.c_str(), &statbuf);
200
if (ret == -1) {
201
return tensorflow::errors::NotFound(
"file doesn't exist"
);
Callers
1
Exists
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected