Home
last modified time | relevance | path

Searched refs:add_attr (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dtpu_embedding_ops.cc103 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()
/external/selinux/python/sepolgen/src/sepolgen/
Dinterfaces.py210 def add_attr(self, attr): member in AttributeSet
228 self.add_attr(a)
235 self.add_attr(a)
/external/python/cpython2/Lib/unittest/test/
Dtest_result.py457 for message_attr, add_attr, include_error in [
474 addFunction = getattr(result, add_attr)
/external/tensorflow/tensorflow/core/api_def/
Dupdate_api_def.cc61 auto* api_def_attr = api_def->add_attr(); in FillBaseApiDef()
/external/python/cpython3/Lib/unittest/test/
Dtest_result.py593 for message_attr, add_attr, include_error in [
610 addFunction = getattr(result, add_attr)
/external/tensorflow/tensorflow/core/framework/
Dgraph_def_util_test.cc154 OpDef::AttrDef* attr = producer_op_list.mutable_op(0)->add_attr(); in TEST()
Dop_gen_lib.cc326 auto* api_attr = api_def->add_attr(); in InitApiDefFromOpDef()
Dop_def_builder.cc148 OpDef::AttrDef* attr = op_def->add_attr(); in FinalizeAttr()
/external/tensorflow/tensorflow/c/
Dc_api_function.cc287 OpDef::AttrDef* attr_def = fdef->mutable_signature()->add_attr(); in FillFunctionBody()