- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for IsScalarConst (0.11 sec)
-
tensorflow/c/c_test_util.cc
} else { return false; } } else if (attr.first == "shape") { found_shape = true; } } return found_dtype && found_shape; } bool IsScalarConst(const tensorflow::NodeDef& node_def, int v) { if (node_def.op() != "Const" || node_def.name() != "scalar") { return false; } bool found_dtype = false; bool found_value = 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)