Home
last modified time | relevance | path

Searched defs:FunctionDefTensorDesc (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dfunction_utils.h39 struct FunctionDefTensorDesc { struct
50 string full_str;
51 string node_name;
52 string node_output;
53 int position = -1;
Dfunction_utils.cc28 FunctionDefTensorDesc::FunctionDefTensorDesc(const string& node_name, in FunctionDefTensorDesc() function in tensorflow::grappler::function_utils::FunctionDefTensorDesc
34 FunctionDefTensorDesc::FunctionDefTensorDesc(const string& input) { in FunctionDefTensorDesc() function in tensorflow::grappler::function_utils::FunctionDefTensorDesc
Dfunction_utils_test.cc30 TEST(FunctionDefTensorDesc, Parsing) { in TEST() argument