Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NodeSeqMatcher (0.33 sec)

  1. tensorflow/compiler/jit/node_matchers.h

    // Implementation details.
    
    // Properties that we match on for a particular Node.  If a particular property
    // is nullopt then any value for it is allowed.
    class NodeMatcherProperties {
     public:
      using NodeSeqMatcher = std::vector<::testing::Matcher<const Node*>>;
      using InputSeqMatcher = std::vector<::testing::Matcher<OutEdge>>;
      using AttrKeyValuePair = std::pair<string, std::optional<AttrValue>>;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 8.1K bytes
    - Viewed (0)
Back to top