Searched defs:attr_def (Results 1 – 8 of 8) sorted by relevance
/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/python/framework/ |
D | op_def_library.py | 52 def _SatisfiesTypeConstraint(dtype, attr_def, param_name): argument 172 def _MakeType(v, attr_def): argument
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | attr_builder.cc | 176 for (const auto& attr_def : op_def->attr()) { in FillAttrValueMap() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_def_util_test.cc | 36 OpDef::AttrDef attr_def; in ADef() local
|
D | function.cc | 669 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()
|
D | node_def_util.cc | 611 for (const auto& attr_def : op_def.attr()) { in AddDefaultsToNodeDef() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | xla_op_registry.cc | 222 for (const OpDef::AttrDef& attr_def : op_def->attr()) { in RegisterCompilationKernels() local
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function.cc | 287 OpDef::AttrDef* attr_def = fdef->mutable_signature()->add_attr(); in FillFunctionBody() local
|