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

Method MakeOp

tensorflow/core/kernels/summary_op_test.cc:278–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

276class SummaryMergeOpTest : public OpsTestBase {
277 protected:
278 void MakeOp(int num_inputs) {
279 TF_ASSERT_OK(NodeDefBuilder("myop", "MergeSummary")
280 .Input(FakeInput(num_inputs))
281 .Finalize(node_def()));
282 TF_ASSERT_OK(InitOp());
283 }
284};
285
286TEST_F(SummaryMergeOpTest, Simple) {

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected