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

Function NodeWith

tensorflow/compiler/jit/node_matchers.h:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232// The main gmock matcher. See file comment for example usage.
233template <typename... Ts>
234::testing::Matcher<const Node*> NodeWith(Ts... args) {
235 std::array<impl::NodeMatcherProperties, sizeof...(Ts)> array = {args...};
236 return impl::NodeWith(array);
237}
238
239::testing::Matcher<impl::OutEdge> Const(
240 const ::tensorflow::Input::Initializer& val);

Callers 5

TESTFunction · 0.85
TESTFunction · 0.85
TESTFunction · 0.85
ConstFunction · 0.85
TEST_FFunction · 0.85

Calls

no outgoing calls

Tested by 4

TESTFunction · 0.68
TESTFunction · 0.68
TESTFunction · 0.68
TEST_FFunction · 0.68