Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/c/kernels/summary_op.cc

      tensorflow::Summary s;
      auto tags_array =
          static_cast<tensorflow::tstring*>(TF_TensorData(params.tags));
      auto values_array = static_cast<T*>(TF_TensorData(params.values));
      // Copy tags and values into summary protobuf
      for (int i = 0; i < TF_TensorElementCount(params.tags); ++i) {
        tensorflow::Summary::Value* v = s.add_value();
        const tensorflow::tstring& Ttags_i = tags_array[i];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Sep 06 19:12:29 UTC 2023
    - 6.2K bytes
    - Viewed (0)
Back to top