Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for int_field (0.09 seconds)

  1. tensorflow/c/c_api.cc

        }                                                                        \
        const auto len = std::min(max_values, attr->list().list_field##_size()); \
        for (int i = 0; i < len; ++i) {                                          \
          values[i] = static_cast<c_type>(attr->list().list_field(i));           \
        }                                                                        \
      }
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Oct 04 05:55:32 GMT 2025
    - 102.4K bytes
    - Click Count (0)
Back to Top