Searched defs:UnimplementedError (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/lib/
H A Dstatus.h37 inline Status UnimplementedError(StringPiece message) { function in namespace:perftools::gputools::port
/external/tensorflow/tensorflow/python/framework/
H A Derrors_impl.py392 @tf_export("errors.UnimplementedError")
393 class UnimplementedError(OpError): class in inherits:OpError
406 """Creates an `UnimplementedError`."""
407 super(UnimplementedError, self).__init__(node_def, op, message,
470 UNIMPLEMENTED: UnimplementedError,
/external/swiftshader/third_party/subzero/src/
H A DIceTargetLowering.h38 // UnimplementedError is defined as a macro so that we can get actual line
40 #define UnimplementedError(Flags) \ macro
50 // UnimplementedLoweringError is similar in style to UnimplementedError. Given

Completed in 280 milliseconds