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

Method set_algorithm

tensorflow/stream_executor/dnn.h:866–866  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

864
865 AlgorithmDesc algorithm() const { return *algorithm_; }
866 void set_algorithm(AlgorithmDesc val) { algorithm_ = val; }
867
868 float elapsed_time_in_ms() const { return elapsed_time_in_ms_; }
869 void set_elapsed_time_in_ms(float val) { elapsed_time_in_ms_ = val; }

Callers 11

DoRnnForwardImplMethod · 0.45
DoRnnBackwardImplMethod · 0.45
DoConvolveMethod · 0.45
DoRnnForwardImplMethod · 0.45
DoRnnBackwardImplMethod · 0.45
DoConvolveMethod · 0.45
DoFusedConvolveImplMethod · 0.45
DoBlasLtMatmulMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected