- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for TF_OperationGetAttrStringList (0.13 sec)
-
tensorflow/c/c_api_test.cc
EXPECT_EQ(TF_ATTR_STRING, m.type); std::vector<void*> values(expected.size()); std::vector<size_t> lens(expected.size()); std::unique_ptr<char[]> storage(new char[m.total_size]); TF_OperationGetAttrStringList(op, tensorflow::kColocationAttrName, values.data(), lens.data(), expected.size(), storage.get(), m.total_size, s_);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 97K bytes - Viewed (0) -
tensorflow/c/c_api.h
// TF_AttrMetadata.total_size, obtained from TF_OperationGetAttrMetadata(oper, // attr_name). // // Fails if storage_size is too small to hold the requested number of strings. TF_CAPI_EXPORT extern void TF_OperationGetAttrStringList( TF_Operation* oper, const char* attr_name, void** values, size_t* lengths, int max_values, void* storage, size_t storage_size, TF_Status* status);
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
tensorflow/c/c_api.cc
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 16:27:48 UTC 2024 - 102.3K bytes - Viewed (0)