Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_OperationGetAttrShapeList (0.49 sec)

  1. tensorflow/c/c_api.cc

      if (!status->status.ok()) return;
      auto len = std::min(shape.dims(), num_dims);
      for (int i = 0; i < len; ++i) {
        value[i] = shape.dim_size(i);
      }
    }
    
    void TF_OperationGetAttrShapeList(TF_Operation* oper, const char* attr_name,
                                      int64_t** dims, int* num_dims, int num_shapes,
                                      int64_t* storage, int storage_size,
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Tue May 13 06:30:43 UTC 2025
    - 102.3K bytes
    - Viewed (0)
Back to top