- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for TF_SetAttr (0.05 sec)
-
tensorflow/c/c_api.h
// subject to change. Primarily intended for internal libraries TF_CAPI_EXPORT extern void TF_ColocateWith(TF_OperationDescription* desc, TF_Operation* op); // Call some TF_SetAttr*() function for every attr that is not // inferred from an input and doesn't have a default value you wish to // keep. // `value` must point to a string of length `length` bytes.
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Oct 26 21:08:15 UTC 2023 - 82.3K bytes - Viewed (0) -
tensorflow/c/c_api.cc
using tensorflow::RecordMutation; mutex_lock l(graph->mu); graph->graph.AddControlEdge(&input->node, &op->node); RecordMutation(graph, *op, "adding control input"); } void TF_SetAttr(TF_Graph* graph, TF_Operation* op, const char* attr_name, TF_Buffer* attr_value_proto, TF_Status* status) { using tensorflow::RecordMutation; tensorflow::AttrValue attr_val;
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Tue May 13 06:30:43 UTC 2025 - 102.3K bytes - Viewed (0)