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

Function Input

tensorflow/core/util/equal_graph_def_test.cc:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33REGISTER_OP("Combine").Input("a: float").Input("b: float").Output("o: float");
34
35Node* Input(const GraphDefBuilder::Options& opts) {
36 return ops::SourceOp("Input", opts);
37}
38
39Node* Alternate(const GraphDefBuilder::Options& opts) {
40 return ops::SourceOp("Alternate", opts);

Callers 10

TEST_FFunction · 0.70
nn_ops.ccFile · 0.50
TEST_FFunction · 0.50
CreateGraphMethod · 0.50
BM_KernelAndDeviceRunFunction · 0.50
operator()Method · 0.50
operator()Method · 0.50
TEST_FFunction · 0.50
TEST_FFunction · 0.50

Calls 1

SourceOpFunction · 0.85

Tested by

no test coverage detected