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

Function Input

tensorflow/compiler/jit/encapsulate_subgraphs_pass_test.cc:366–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

364}
365
366Node* Input(const GraphDefBuilder::Options& opts) {
367 return ops::SourceOp("InputTest", opts);
368}
369
370Node* InputShaped(const GraphDefBuilder::Options& opts) {
371 return ops::SourceOp("InputTestShaped", opts);

Callers 3

TESTFunction · 0.70
TESTFunction · 0.50
TEST_FFunction · 0.50

Calls 1

SourceOpFunction · 0.85

Tested by

no test coverage detected