- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TF_OperationGetAttrInt (0.07 sec)
-
tensorflow/c/c_api.cc
values[i] = static_cast<c_type>(attr->list().list_field(i)); \ } \ } DEFINE_GETATTR(TF_OperationGetAttrInt, int64_t, int64_t, i); DEFINE_GETATTR(TF_OperationGetAttrFloat, float, float, f); DEFINE_GETATTR(TF_OperationGetAttrBool, unsigned char, bool, b); DEFINE_GETATTR(TF_OperationGetAttrType, TF_DataType, DataType, type);
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 102.4K bytes - Viewed (0)