Home
last modified time | relevance | path

Searched defs:attr_type (Results 1 – 18 of 18) sorted by relevance

/external/skqp/modules/sksg/include/
DSkSGNode.h90 #define SG_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
103 #define SG_MAPPED_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
/external/skia/modules/sksg/include/
DSkSGNode.h98 #define SG_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
111 #define SG_MAPPED_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
/external/tensorflow/tensorflow/compiler/mlir/lite/
Doperator_converter_gen.cc74 const auto attr_type = record_keeper.getClass("Attr"); in EmitOptionBuilders() local
275 const auto attr_type = record_keeper.getClass("Attr"); in EmitBuiltinOptionsToAttributes() local
294 StringRef attr_type = mlir::tblgen::Attribute(arg_def).getAttrDefName(); in EmitBuiltinOptionsToAttributes() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_parallel.cc58 AttrValue attr_type; in AddNodeDiv() local
Dconstant_folding.cc1176 AttrValue attr_type; in CreateNodeDef() local
/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.cc132 StringPiece attr_type = attr_def.type(); in TypesOf() local
/external/tensorflow/tensorflow/cc/framework/
Dcc_op_gen.cc327 std::pair<const char*, bool> AttrTypeName(StringPiece attr_type) { in AttrTypeName()
357 const char* ListElementTypeName(StringPiece attr_type) { in ListElementTypeName()
/external/webrtc/webrtc/p2p/base/
Dstun.cc147 uint16_t attr_type, attr_length; in ValidateMessageIntegrity() local
334 uint16_t attr_type, attr_length; in Read() local
/external/tensorflow/tensorflow/python/eager/
Dbackprop.py79 def make_attr(attr_type, value): argument
/external/tcpdump/
Dprint-radius.c381 } attr_type[]= variable
Dprint-l2tp.c597 uint16_t attr_type; in l2tp_avp_print() local
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen.cc530 StringPiece attr_type = attr.type(); in GetEagerFunctionSetup() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc211 AttrTy attr_type; // what type it is member
2742 AttrTy attr_type = attr_it->second.attr_type; in ParseAttributeHelper() local
/external/e2fsprogs/lib/blkid/
Dprobe.c692 unsigned int i, attr_type, val_len; in probe_ntfs() local
/external/tensorflow/tensorflow/c/
Dc_api.cc1236 #define SINGLE_CASE(kK, attr_type, size_expr) \ in TF_OperationGetAttrMetadata() argument
1258 #define LIST_CASE(field, attr_type, ...) \ in TF_OperationGetAttrMetadata() argument
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_pipeline.c2715 uint8_t attr_type = ATTRIBUTE_FLOAT; in get_attr_type() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1487 auto attr_type = mlir::VectorType::get(node.op_def().output_arg_size(), in createOperation() local
/external/expat/tests/
Druntests.c1848 const XML_Char *attr_type; member
1856 const XML_Char *attr_type, in verify_attlist_decl_handler()