Home
last modified time | relevance | path

Searched refs:attr_types (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_internal.h113 : ctx(ctx), name(op), attrs(op), attr_types(t), device(nullptr) {} in TFE_Op()
115 bool const is_function() const { return attr_types == nullptr; } in is_function()
120 const tensorflow::AttrTypeMap* attr_types; member
Dc_api.cc323 tensorflow::AttrTypeByName(*op->attr_types, attr_name, &ret, is_list); in TFE_OpGetAttrType()
/external/strace/tests/
Dperf_event_open.c555 static const struct u64_val_str attr_types[] = { in main() local
566 attr_configs[ARRAY_SIZE(attr_types)][3] = { in main()
738 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * in main()
743 size_t type_idx = i % ARRAY_SIZE(attr_types); in main()
757 attr->type = attr_types[type_idx].val; in main()
812 attr_types[type_idx].str, in main()
/external/strace/tests-m32/
Dperf_event_open.c555 static const struct u64_val_str attr_types[] = { in main() local
566 attr_configs[ARRAY_SIZE(attr_types)][3] = { in main()
738 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * in main()
743 size_t type_idx = i % ARRAY_SIZE(attr_types); in main()
757 attr->type = attr_types[type_idx].val; in main()
812 attr_types[type_idx].str, in main()
/external/strace/tests-mx32/
Dperf_event_open.c555 static const struct u64_val_str attr_types[] = { in main() local
566 attr_configs[ARRAY_SIZE(attr_types)][3] = { in main()
738 for (i = 0; i < ARRAY_SIZE(attrs) * ARRAY_SIZE(attr_types) * in main()
743 size_t type_idx = i % ARRAY_SIZE(attr_types); in main()
757 attr->type = attr_types[type_idx].val; in main()
812 attr_types[type_idx].str, in main()
/external/scapy/scapy/layers/
Dlltd.py311 def _register_lltd_specific_class(*attr_types): argument
329 for attr_type in attr_types:
332 type_fld.default = attr_types[0]
/external/tensorflow/tensorflow/docs_src/extend/
Dadding_an_op.md529 form [described below](#attr_types).
540 (Note that the set of [attribute types](#attr_types) is different from the