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

Method set_is_valid

tensorflow/stream_executor/blas.h:166–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164 public:
165 bool is_valid() const { return is_valid_; }
166 void set_is_valid(bool val) { is_valid_ = val; }
167 AlgorithmType algorithm() const { return algorithm_; }
168 void set_algorithm(AlgorithmType val) { algorithm_ = val; }
169 float elapsed_time_in_ms() const { return elapsed_time_in_ms_; }

Callers 4

DoBlasLtMatmulMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected