Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for spain (0.14 sec)

  1. tensorflow/c/eager/tape.h

      Status ComputeGradient(
          const VSpace<Gradient, BackwardFunction, TapeTensor>& vspace,
          const absl::Span<const int64_t> target_tensor_ids,
          const absl::Span<const int64_t> source_tensor_ids,
          const std::unordered_map<int64, TapeTensor>& sources_that_are_targets,
          gtl::ArraySlice<Gradient*> output_gradients, absl::Span<Gradient*> result,
          bool build_default_zeros_grads = true);
    
    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/eager/unified_api_testutil.h

                                 absl::Span<AbstractTensorHandle* const> inputs,
                                 std::vector<AbstractTensorHandle*>* params);
    
    // A callable that takes tensor inputs and returns zero or more tensor outputs.
    using Model = std::function<Status(AbstractContext*,
                                       absl::Span<AbstractTensorHandle* const>,
                                       absl::Span<AbstractTensorHandle*>)>;
    
    C
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Feb 27 13:57:45 GMT 2024
    - 4K bytes
    - Viewed (0)
Back to top