/external/tensorflow/tensorflow/c/experimental/ops/gen/model/ |
D | attr_spec.cc | 22 AttrSpec AttrSpec::Create(const OpDef::AttrDef& attr_def) { in Create() 26 AttrSpec::AttrSpec(const OpDef::AttrDef& attr_def) { in AttrSpec()
|
D | op_spec.cc | 51 for (const OpDef::AttrDef& attr_def : op_def.attr()) { in OpSpec() local
|
/external/tensorflow/tensorflow/python/framework/ |
D | op_def_library.py | 55 def _SatisfiesTypeConstraint(dtype, attr_def, param_name): argument 66 def _SatisfiesLengthConstraint(length, attr_def, param_name, op_type_name): argument 73 def _SatisfiesAllowedStringsConstraint(value, attr_def, arg_name, op_type_name): argument 81 def _SatisfiesIntMinimumConstraint(value, attr_def, arg_name, op_type_name): argument
|
D | python_api_info.cc | 142 for (const auto& attr_def : op_def.attr()) { in Initialize() local 230 const OpDef::AttrDef& attr_def, in InitializeAttribute()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | upgrade_graph.cc | 54 [](const auto& attr_def) { in GenerateResourceSharedNameIfEmpty() 62 [](const auto& attr_def) { in GenerateResourceSharedNameIfEmpty()
|
D | export_tf_dialect_op.cc | 105 for (const auto& attr_def : op_reg_data->op_def.attr()) { in GetUnregisteredAttrs() local
|
/external/tensorflow/tensorflow/java/src/gen/cc/ |
D | op_specs.cc | 103 for (const auto& attr_def : op_def_.attr()) { in TypeOf() local 128 std::pair<Type, Type> TypeResolver::TypesOf(const OpDef_AttrDef& attr_def, in TypesOf() 301 AttributeSpec CreateAttribute(const OpDef_AttrDef& attr_def, in CreateAttribute()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder.cc | 198 for (const auto& attr_def : op_def->attr()) { in FillAttrValueMap() local 211 for (const OpDef::AttrDef& attr_def : op_def->attr()) { in ValueMatchesDefault() local
|
D | execute.cc | 647 auto attr_def = signature.mutable_attr()->Add(); in BuildWrappedOpSignature() local
|
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
D | op_kernel_runner.cc | 60 for (const auto& attr_def : op_def.attr()) { in BuildNodeDef() local
|
/external/tensorflow/tensorflow/compiler/mlir/tfr/python/ |
D | tfr_gen.py | 107 def _get_type_from_proto(arg_def=None, attr_def=None): argument 126 def _get_type_info_from_proto(arg_def=None, attr_def=None): argument 1231 def _emit_default_constant_from_proto(self, attr_def): argument
|
/external/tensorflow/tensorflow/core/framework/ |
D | graph_def_util.cc | 184 for (const OpDef::AttrDef& attr_def : op_def->attr()) { in StripDefaultAttributes() local
|
D | function.cc | 698 for (const auto& attr_def : op_def->attr()) { in AddDefaultAttrs() local 1835 gtl::ArraySlice<string> out_def, gtl::ArraySlice<string> attr_def, in Create() 1885 gtl::ArraySlice<string> out_def, gtl::ArraySlice<string> attr_def, in Create() 1896 gtl::ArraySlice<string> attr_def, in Define() 1964 gtl::ArraySlice<string> attr_def, in Define()
|
D | op_def_util_test.cc | 37 OpDef::AttrDef attr_def; in ADef() local
|
D | graph_to_functiondef.cc | 285 OpDef::AttrDef* attr_def = fdef->mutable_signature()->add_attr(); in FillFunctionBody() local
|
D | node_def_util.cc | 726 for (const auto& attr_def : op_def.attr()) { in AddDefaultsToNodeDef() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry.cc | 233 for (const OpDef::AttrDef& attr_def : op_def->attr()) { in RegisterCompilationKernels() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision.cc | 378 const OpDef::AttrDef* attr_def = FindAttr(attr_name, op_def); in AddNode() local 869 DataTypeSet AllowedDataTypes(const OpDef::AttrDef& attr_def) { in AllowedDataTypes() 885 const OpDef::AttrDef* attr_def = FindAttr(t_attr_id.attr_name, op_def); in AllowedDataTypes() local
|