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

Class Register

tensorflow/core/platform/env.h:490–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488
489template <typename Factory>
490struct Register {
491 Register(Env* env, const string& scheme) {
492 // TODO(b/32704451): Don't just ignore the ::tensorflow::Status object!
493 env->RegisterFileSystem(scheme, []() -> FileSystem* { return new Factory; })
494 .IgnoreError();
495 }
496};
497
498} // namespace register_file_system
499

Callers 15

MPIServerRegistrarMethod · 0.50
InitMethod · 0.50
GdrServerRegistrarMethod · 0.50
VerbsServerRegistrarMethod · 0.50
StarServerRegistrarMethod · 0.50
FakeSessionRegistrarMethod · 0.50
RegistrarMethod · 0.50

Calls

no outgoing calls

Tested by 4

FakeSessionRegistrarMethod · 0.40
BenchmarkMethod · 0.40
TESTFunction · 0.40