- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for TF_OperationGetAttrTensorList (0.12 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
tensorflow/c/c_api.cc
Tensor t; status->status = tensorflow::GetNodeAttr(oper->node.attrs(), attr_name, &t); if (!status->status.ok()) return; *value = TF_TensorFromTensor(t, &status->status); } void TF_OperationGetAttrTensorList(TF_Operation* oper, const char* attr_name, TF_Tensor** values, int max_values, TF_Status* status) { std::vector<Tensor> ts;
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)