- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for TF_SetAttr (0.04 seconds)
-
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.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Thu Oct 26 21:08:15 GMT 2023 - 82.3K bytes - Click Count (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;
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)