HomeSort by relevance Sort by last modified time
    Searched full:exception_type_from_error_code (Results 1 - 7 of 7) sorted by null

  /external/tensorflow/tensorflow/docs_src/api_guides/python/
client.md 34 * @{tf.errors.exception_type_from_error_code}
  /external/tensorflow/tensorflow/python/client/
client_lib.py 40 @@exception_type_from_error_code
  /external/tensorflow/tensorflow/tools/api/golden/
tensorflow.errors.pbtxt 148 name: "exception_type_from_error_code"
  /external/tensorflow/tensorflow/python/eager/
core.py 30 error_class = errors.exception_type_from_error_code(code)
  /external/tensorflow/tensorflow/python/framework/
errors.py 52 "exception_type_from_error_code",
errors_impl.py 480 @tf_export("errors.exception_type_from_error_code")
481 def exception_type_from_error_code(error_code): function
492 exc_type = exception_type_from_error_code(error_code)
  /external/tensorflow/tensorflow/python/training/
queue_runner_impl.py 182 errors.exception_type_from_error_code(code)

Completed in 690 milliseconds