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

Method elapsed_time_in_ms

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

Source from the content-addressed store, hash-verified

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; }
870
871 size_t scratch_size() const { return scratch_size_; }

Callers 14

launchMethod · 0.45
DoUncachedGemmAutotuneFunction · 0.45
operator()Method · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
operator()Method · 0.45
MaybeAutoTuneMethod · 0.45
AutotuneMatmulFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected