Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SetAttrIntList (0.15 sec)

  1. tensorflow/c/eager/gradients.cc

    }
    Status SetAttrIntList(AbstractOperation* op_, const char* attr_name,
                          const int64_t* values, int num_values,
                          ForwardOperation* forward_op_) {
      forward_op_->attrs.Set(
          attr_name, gtl::ArraySlice<const int64_t>(
                         reinterpret_cast<const int64_t*>(values), num_values));
      return op_->SetAttrIntList(attr_name, values, num_values);
    }
    C++
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Feb 15 09:49:45 GMT 2024
    - 19.3K bytes
    - Viewed (0)
Back to top