Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 32 of 32 for Implementation (0.27 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-linked_ptr.h

    // *containing* linked_ptr<> must have a constructor and destructor (even
    // if they do nothing!).
    //
    // Bill Gibbons suggested we use something like this.
    //
    // Thread Safety:
    //   Unlike other linked_ptr implementations, in this implementation
    //   a linked_ptr object is thread-safe in the sense that:
    //     - it's safe to copy linked_ptr objects concurrently,
    //     - it's safe to copy *from* a linked_ptr and read its underlying
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/node_matchers.h

    namespace tensorflow {
    namespace testing {
    namespace matchers {
    
    namespace impl {
    
    using OutEdge = std::pair<const Node*, int>;
    
    // -----------------------------------------------------------------------------
    // 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:
    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