Home
last modified time | relevance | path

Searched refs:IsScalarConst (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/c/
Dc_test_util.h110 bool IsScalarConst(const tensorflow::NodeDef& node_def, int v);
Dc_test_util.cc332 bool IsScalarConst(const tensorflow::NodeDef& node_def, int v) { in IsScalarConst() function
Dc_api_test.cc555 } else if (IsScalarConst(n, 3)) { in TEST()