Searched refs:FunctionDefTensorDesc (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ | ||
D | function_utils.h | 39 struct FunctionDefTensorDesc { struct |
D | function_utils.cc | 28 FunctionDefTensorDesc::FunctionDefTensorDesc(const string& node_name, in FunctionDefTensorDesc() function in tensorflow::grappler::function_utils::FunctionDefTensorDesc |
D | function_utils_test.cc | 30 TEST(FunctionDefTensorDesc, Parsing) { in TEST() argument |