Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DictPtr (0.68 sec)

  1. tensorflow/cc/experimental/libtf/value.h

      /// Retrieves underlying value from a TaggedValue with type DICT.
      impl::Dict& dict() { return *get<impl::DictPtr>(); }
      /// Retrieves underlying value from TaggedValues with type DICT.
      const impl::Dict& dict() const { return *get<impl::DictPtr>(); }
    
      /// Retrieves underlying value from a TaggedValue with type FUNC.
      impl::Func func() const { return get<impl::Func>(); }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:23:45 UTC 2024
    - 20.4K bytes
    - Viewed (0)
Back to top