Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for out_dims (0.8 seconds)

  1. tensorflow/c/eager/gradients.cc

    absl::Status SetAttrShape(AbstractOperation* op_, const char* attr_name,
                              const int64_t* dims, const int num_dims,
                              ForwardOperation* forward_op_) {
      if (num_dims > TensorShape::MaxDimensions()) {
        return absl::InvalidArgumentError(
            absl::StrCat("Value specified for `", attr_name, "` has ", num_dims,
                         " dimensions which is over the limit of ",
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Feb 24 06:18:31 GMT 2026
    - 19.6K bytes
    - Click Count (0)
Back to Top