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

Function Equal

tensorflow/core/kernels/file_slice_sendrecv_ops_test.cc:199–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197}
198
199Node* Equal(Graph* g, Node* x, Node* y) {
200 Node* ret;
201 TF_CHECK_OK(NodeBuilder(g->NewName("Equal"), "Equal")
202 .Input(x)
203 .Input(y)
204 .Finalize(g, &ret));
205 return ret;
206}
207
208Node* Assert(Graph* g, Node* condition,
209 std::vector<NodeBuilder::NodeOut>& data) {

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