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

Function ReadFile

tensorflow/core/kernels/file_slice_sendrecv_ops_test.cc:180–187  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180Node* ReadFile(Graph* g, Node* filename) {
181 Node* ret;
182 TF_CHECK_OK(NodeBuilder(g->NewName("ReadFile"), "ReadFile")
183 .Input(filename, 0)
184 .Finalize(g, &ret));
185
186 return ret;
187}
188
189Node* WriteFile(Graph* g, Node* filename, Node* contents) {
190 Node* ret;

Callers 4

TransferFileFunction · 0.70
ReadingFilesLoopMethod · 0.50
preadFunction · 0.50

Calls 4

NodeBuilderClass · 0.50
FinalizeMethod · 0.45
InputMethod · 0.45
NewNameMethod · 0.45

Tested by

no test coverage detected