Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Down (0.19 sec)

  1. tensorflow/c/eager/tape.h

    template <typename BackwardFunction, typename TapeTensor>
    struct OpTapeEntry {
      string op_type;
      std::vector<TapeTensor> output_tensor_info;
      std::vector<int64_t> input_tensor_id;
    
      // TODO(apassos) consider narrowing down this interface.
      BackwardFunction* backward_function;
    
      // Should be called before deleting the backward function. TODO(apassos) use
      // unique_ptrs to ensure this happens.
    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)
Back to top