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

Method algo_id

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

Source from the content-addressed store, hash-verified

809 return proto_.math_type() == AlgorithmProto::TENSOR_OP_MATH;
810 }
811 Index algo_id() const { return proto_.algo_id(); }
812 bool operator==(const AlgorithmDesc& other) const {
813 return algo_id() == other.algo_id() &&
814 tensor_ops_enabled() == other.tensor_ops_enabled();

Callers 15

launchMethod · 0.45
ToStringMethod · 0.45
operator==Method · 0.45
RunGpuConvImplFunction · 0.45
GetGpuConvParamsFunction · 0.45
AlgorithmToStringFunction · 0.45
operator()Method · 0.45
ComputeMethod · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected