Searched refs:ExpectStatus (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | kernel_def_util_test.cc | 41 void ExpectStatus(const string& node_def_str, const string& kernel_def_str, in ExpectStatus() function in tensorflow::__anone464ce500111::AttrsMatchTest 78 ExpectStatus(node_def_str, kernel_def_str, error::OK); in TEST_F() 104 ExpectStatus(node_def_str, kernel_def_str, error::INVALID_ARGUMENT); in TEST_F() 129 ExpectStatus(node_def_str, kernel_def_str, error::UNIMPLEMENTED); in TEST_F()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes_test.cc | 122 void ExpectStatus(Status status, error::Code code = error::OK, in ExpectStatus() function 572 ExpectStatus(ConvertToTensorOrWeights(s, node.op().node(), in TEST_F() 590 ExpectStatus( in TEST_F() 598 ExpectStatus( in TEST_F() 608 ExpectStatus( in TEST_F() 643 ExpectStatus(validator.IsTensorRTCandidate(add_node), error::UNIMPLEMENTED, in TEST_F() 653 ExpectStatus(validator.IsTensorRTCandidate(add_node), in TEST_F() 712 ExpectStatus( in TEST() 717 ExpectStatus(validator.IsTensorRTCandidate(unsupported_op.operation.node()), in TEST() 719 ExpectStatus(validator.IsTensorRTCandidate( in TEST() [all …]
|
D | convert_graph_test.cc | 44 void ExpectStatus(Status status, error::Code code = error::OK, in ExpectStatus() function
|