MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / ok

Method ok

tensorflow/stream_executor/lib/statusor.h:165–165  ·  view source on GitHub ↗

Returns this->status().ok()

Source from the content-addressed store, hash-verified

163
164 // Returns this->status().ok()
165 bool ok() const { return this->status_.ok(); }
166
167 // Returns a reference to our status. If this contains a T, then
168 // returns Status::OK().

Callers 15

InitMethod · 0.45
DestroyMethod · 0.45
InitMethod · 0.45
DestroyMethod · 0.45
StartMethod · 0.45
StopMethod · 0.45
HostCallbackMethod · 0.45
SupportsBlasMethod · 0.45
CreateBlasMethod · 0.45
SupportsFftMethod · 0.45
CreateFftMethod · 0.45
SupportsRngMethod · 0.45

Calls

no outgoing calls

Tested by 9

TESTFunction · 0.36
BM_ArgumentFactoryFunction · 0.36
BM_StatusOrFactoryFunction · 0.36
BM_ArgumentFactoryFailFunction · 0.36
BM_StatusOrFactoryFailFunction · 0.36