- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IsAddN (0.05 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 Nov 05 12:39:12 UTC 2024 - Last Modified: Fri Oct 15 03:16:52 UTC 2021 - 17.8K bytes - Viewed (0)