Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for __parent__ (0.07 sec)

  1. tensorflow/cc/experimental/libtf/object.cc

    #include "tensorflow/cc/experimental/libtf/object.h"
    
    #include <type_traits>
    
    namespace tf {
    namespace libtf {
    
    const String& Object::ParentKey() {
      static const String* key = new String("__parent__");
      return *key;
    }
    
    }  // namespace libtf
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 10 22:48:48 UTC 2021
    - 961 bytes
    - Viewed (0)
Back to top