Home
last modified time | relevance | path

Searched defs:attr_type (Results 1 – 16 of 16) 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.h93 #define SG_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
106 #define SG_MAPPED_ATTRIBUTE(attr_name, attr_type, attr_container) \ argument
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfuse_quantized_convolution.cc202 AttrValue attr_type; in FuseQuantizedConvolutionAndRequantize() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_parallel.cc58 AttrValue attr_type; in AddNodeDiv() local
Dconstant_folding.cc1072 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.cc305 std::pair<const char*, bool> AttrTypeName(StringPiece attr_type) { in AttrTypeName()
335 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.py74 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.cc480 StringPiece attr_type = attr.type(); in GetEagerFunctionSetup() local
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc204 AttrTy attr_type; // what type it is member
2668 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.cc1649 #define SINGLE_CASE(kK, attr_type, size_expr) \ in TF_OperationGetAttrMetadata() argument
1671 #define LIST_CASE(field, attr_type, ...) \ in TF_OperationGetAttrMetadata() argument
/external/expat/tests/
Druntests.c2006 const XML_Char *attr_type; member
2015 const XML_Char *attr_type, in verify_attlist_decl_handler()