Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParallelTensorSummarize (0.13 sec)

  1. tensorflow/c/eager/parallel_device/parallel_device.cc

      if (!s.ok()) {
        tsl::Set_TF_Status_from_Status(status, s);
        return -1;
      }
      return (*shape)[dim_index];
    }
    
    TF_Buffer* ParallelTensorSummarize(void* data, TF_Status* status) {
      ParallelTensor* parallel_tensor = reinterpret_cast<ParallelTensor*>(data);
      std::string summary;
      absl::Status cpp_status = parallel_tensor->SummarizeValue(summary);
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Mon Oct 21 04:14:14 UTC 2024
    - 18.3K bytes
    - Viewed (0)
Back to top