- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IsAddN (0.06 sec)
-
tensorflow/c/c_test_util.cc
attr.second.tensor().int_val(0) == v) { found_value = true; } else { return false; } } } return found_dtype && found_value; } bool IsAddN(const tensorflow::NodeDef& node_def, int n) { if (node_def.op() != "AddN" || node_def.name() != "add" || node_def.input_size() != n) { return false; } bool found_t = false; bool found_n = false;
Registered: Tue Dec 30 12:39:10 UTC 2025 - Last Modified: Sat Oct 04 05:55:32 UTC 2025 - 17.8K bytes - Viewed (1)