Searched refs:attr_types (Results 1 – 5 of 5) sorted by relevance
554 static const struct u64_val_str attr_types[] = { in main() local565 attr_configs[ARRAY_SIZE(attr_types)][3] = { in main()737 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * in main()742 size_t type_idx = i % ARRAY_SIZE(attr_types); in main()756 attr->type = attr_types[type_idx].val; in main()811 attr_types[type_idx].str, in main()
311 def _register_lltd_specific_class(*attr_types): argument329 for attr_type in attr_types:332 type_fld.default = attr_types[0]
238 const tensorflow::AttrTypeMap* attr_types; in BuildEagerOp() local241 tensorflow::AttrTypeMapForOp(name_.c_str(), &attr_types, &is_function), in BuildEagerOp()252 attr_types)); in BuildEagerOp()