| 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(); |
no outgoing calls
no test coverage detected