- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for SerializeToString (0.11 sec)
-
tensorflow/c/eager/c_api_experimental.cc
cell->cell.Add(value); } void TFE_MonitoringSamplerCellValue(TFE_MonitoringSamplerCell* cell, TF_Buffer* buf) { string content; cell->cell.value().SerializeToString(&content); void* data = tensorflow::port::Malloc(content.length()); content.copy(static_cast<char*>(data), content.length(), 0); buf->data = data; buf->length = content.length();
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Sat Oct 12 05:11:17 UTC 2024 - 35.9K bytes - Viewed (0)