- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for type_size (0.08 sec)
-
tensorflow/c/eager/c_api.cc
} TFE_OpSetAttrBoolList(op, attr_name, b_vector.data(), b_size); } // Type if (const int type_size = default_value.list().type_size()) { absl::InlinedVector<unsigned int, 4> type_vector; type_vector.reserve(type_size); for (int i = 0; i < type_size; ++i) { type_vector.push_back(default_value.list().type(i)); } TFE_OpSetAttrTypeList(
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 43.9K bytes - Viewed (0)