Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for decoder (0.16 sec)

  1. tensorflow/c/eager/tape.h

      // Not owned; provides operations on Tensors which are currently only
      // available in language bindings (e.g. Python).
      const VSpace<Gradient, BackwardFunction, TapeTensor>& vspace_;
    
      // Decides if tangents are vectorized or not
      bool use_batch_;
    
      struct AccumulatorCallState {
        AccumulatorCallState(
            GradientTape<Gradient, BackwardFunction, TapeTensor>* backward_tape,
            bool accumulating)
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 02 12:40:29 GMT 2024
    - 47.2K bytes
    - Viewed (1)
  2. tensorflow/c/experimental/filesystem/filesystem_interface.h

                                               const char* path,
                                               TF_TransactionToken** token,
                                               TF_Status* status);
    
      /// Decodes transaction token in `token` to human readable format for
      /// debugging.
      ///
      /// A new `char*` buffer must be allocated by this method. Core TensorFlow
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Fri May 27 17:36:54 GMT 2022
    - 53.1K bytes
    - Viewed (0)
Back to top