Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dstatus.h89 inline Status InvalidArgumentError(const std::string& message) { in InvalidArgumentError() function
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_to_tensor_op_test.py393 error_type=(ValueError, errors.InvalidArgumentError),
/external/tensorflow/tensorflow/python/framework/
Derrors_impl.py250 class InvalidArgumentError(OpError): class