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

Function Inputs

tensorflow/compiler/jit/node_matchers.h:205–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203// `inputs` are ordered; `inputs`[i] must match input i.
204template <typename... Ts>
205impl::NodeMatcherProperties Inputs(Ts... inputs) {
206 return impl::Inputs({inputs...});
207}
208
209// Matches the `idx`'th output of a node that matches `node`.
210::testing::Matcher<impl::OutEdge> Out(int oidx,

Callers 4

TESTFunction · 0.70
TESTFunction · 0.70
TESTFunction · 0.70
TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.56
TESTFunction · 0.56
TESTFunction · 0.56
TEST_FFunction · 0.56