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

Function MakeNodeDef

tensorflow/core/kernels/fingerprint_op_test.cc:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace tensorflow {
32namespace {
33Status MakeNodeDef(DataType dtype, NodeDef* node_def) {
34 return NodeDefBuilder("fingerprint", "Fingerprint")
35 .Input(FakeInput(dtype))
36 .Input(FakeInput(DT_STRING))
37 .Finalize(node_def);
38}
39
40class FingerprintOpTest : public OpsTestBase {
41 protected:

Callers 2

MakeFingerprintOpMethod · 0.70
TESTFunction · 0.70

Calls 4

NodeDefBuilderClass · 0.85
FakeInputFunction · 0.50
FinalizeMethod · 0.45
InputMethod · 0.45

Tested by

no test coverage detected