Searched refs:custom_code_ (Results 1 – 2 of 2) sorted by relevance
100 : type_(type), custom_code_(custom_code), version_(version) {} in OperatorKey()105 const std::string& custom_code() const { return custom_code_; } in custom_code()126 else if (custom_code_ < other.custom_code_)128 else if (custom_code_ > other.custom_code_)135 return type_ == other.type_ && custom_code_ == other.custom_code_ &&150 std::string custom_code_; variable
144 custom_code_ = in OperatorKey()147 custom_code_ = tensorflow_op; in OperatorKey()156 custom_code_ = in OperatorKey()162 custom_code_ = name; in OperatorKey()