Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 21 of 21 for storage_list (0.04 sec)

  1. tensorflow/c/c_api.cc

      int64_t* p = storage;
      int storage_left = storage_size;
      for (int i = 0; i < len; ++i) {
        // shapes[i].dims() == -1 for shapes with an unknown rank.
        int64_t n = shapes[i].dims();
        num_dims[i] = n;
        dims[i] = p;
        if (n < 0) {
          continue;
        }
        if (storage_left < n) {
          status->status = InvalidArgument(
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Sat Oct 04 05:55:32 UTC 2025
    - 102.4K bytes
    - Viewed (0)
Back to top