Searched refs:add_attr (Results 1 – 9 of 9) sorted by relevance
103 auto* table_id_attr = op_def->add_attr(); in RegisterPerTableLoadOpsForAlgorithmBody()111 auto* table_name_attr = op_def->add_attr(); in RegisterPerTableLoadOpsForAlgorithmBody()117 auto* num_shards_attr = op_def->add_attr(); in RegisterPerTableLoadOpsForAlgorithmBody()122 auto* shard_id_attr = op_def->add_attr(); in RegisterPerTableLoadOpsForAlgorithmBody()220 auto* table_id_attr = op_def->add_attr(); in RegisterPerTableRetrieveOpsForAlgorithmBody()228 auto* table_name_attr = op_def->add_attr(); in RegisterPerTableRetrieveOpsForAlgorithmBody()234 auto* num_shards_attr = op_def->add_attr(); in RegisterPerTableRetrieveOpsForAlgorithmBody()239 auto* shard_id_attr = op_def->add_attr(); in RegisterPerTableRetrieveOpsForAlgorithmBody()
210 def add_attr(self, attr): member in AttributeSet228 self.add_attr(a)235 self.add_attr(a)
457 for message_attr, add_attr, include_error in [474 addFunction = getattr(result, add_attr)
61 auto* api_def_attr = api_def->add_attr(); in FillBaseApiDef()
593 for message_attr, add_attr, include_error in [610 addFunction = getattr(result, add_attr)
154 OpDef::AttrDef* attr = producer_op_list.mutable_op(0)->add_attr(); in TEST()
326 auto* api_attr = api_def->add_attr(); in InitApiDefFromOpDef()
148 OpDef::AttrDef* attr = op_def->add_attr(); in FinalizeAttr()
287 OpDef::AttrDef* attr_def = fdef->mutable_signature()->add_attr(); in FillFunctionBody()