MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / MatchPath

Method MatchPath

tensorflow/core/platform/env.h:365–367  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

363 }
364
365 bool MatchPath(const string& path, const string& pattern) override {
366 return target_->MatchPath(path, pattern);
367 }
368
369 uint64 NowMicros() const override { return target_->NowMicros(); }
370 void SleepForMicroseconds(int64 micros) override {

Callers 3

GetMatchingPathsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected