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

Method operator==

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

Source from the content-addressed store, hash-verified

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();
815 }
816 uint64 hash() const;
817
818 AlgorithmProto ToProto() const { return proto_; }

Callers

nothing calls this directly

Calls 2

tensor_ops_enabledMethod · 0.80
algo_idMethod · 0.45

Tested by

no test coverage detected