Home
last modified time | relevance | path

Searched defs:attr_def (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc103 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/python/framework/
Dop_def_library.py52 def _SatisfiesTypeConstraint(dtype, attr_def, param_name): argument
172 def _MakeType(v, attr_def): argument
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dattr_builder.cc176 for (const auto& attr_def : op_def->attr()) { in FillAttrValueMap() local
/external/tensorflow/tensorflow/core/framework/
Dop_def_util_test.cc36 OpDef::AttrDef attr_def; in ADef() local
Dfunction.cc669 for (const auto& attr_def : op_def->attr()) { in AddDefaultAttrs() local
1538 gtl::ArraySlice<string> out_def, gtl::ArraySlice<string> attr_def, in Create()
1588 gtl::ArraySlice<string> out_def, gtl::ArraySlice<string> attr_def, in Create()
1599 gtl::ArraySlice<string> attr_def, in Define()
1667 gtl::ArraySlice<string> attr_def, in Define()
Dnode_def_util.cc611 for (const auto& attr_def : op_def.attr()) { in AddDefaultsToNodeDef() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc222 for (const OpDef::AttrDef& attr_def : op_def->attr()) { in RegisterCompilationKernels() local
/external/tensorflow/tensorflow/c/
Dc_api_function.cc287 OpDef::AttrDef* attr_def = fdef->mutable_signature()->add_attr(); in FillFunctionBody() local