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

Function Assert

tensorflow/core/kernels/file_slice_sendrecv_ops_test.cc:208–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206}
207
208Node* Assert(Graph* g, Node* condition,
209 std::vector<NodeBuilder::NodeOut>& data) {
210 Node* ret;
211 TF_CHECK_OK(NodeBuilder(g->NewName("n"), "Assert")
212 .Input(condition)
213 .Input(data)
214 .Finalize(g, &ret));
215 return ret;
216}
217
218//------------------------------------------------------------------------------
219// Graph Constructor.

Callers 3

TransferFileFunction · 0.70

Calls 4

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

Tested by

no test coverage detected