Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
tensorflow.cr
master
TensorFlow
Graph
Session
Status
Built with Crystal 1.9.2
2023-10-08 10:17:43 UTC
class
TensorFlow::Status
TensorFlow::Status
Reference
Object
Defined in:
tensorflow/status.cr
Constructors
.new
Instance Method Summary
#code
: Int32
#message
: String
#new_status
#status
: LibTensorFlow::Status
#status=
(status : LibTensorFlow::Status)
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
def
code
: Int32
#
[
View source
]
def
message
: String
#
[
View source
]
def
new_status
#
[
View source
]
def
status
: LibTensorFlow::Status
#
[
View source
]
def
status=
(status : LibTensorFlow::Status)
#
[
View source
]