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

Function WriteFile

tensorflow/core/kernels/file_slice_sendrecv_ops_test.cc:189–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189Node* WriteFile(Graph* g, Node* filename, Node* contents) {
190 Node* ret;
191 TF_CHECK_OK(NodeBuilder(g->NewName("WriteFile"), "WriteFile")
192 .Input(filename, 0)
193 .Input(contents, 0)
194 .Finalize(g, &ret));
195
196 return ret;
197}
198
199Node* Equal(Graph* g, Node* x, Node* y) {
200 Node* ret;

Callers 2

TransferFileFunction · 0.70

Calls 4

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

Tested by

no test coverage detected