HomeSort by relevance Sort by last modified time
    Searched defs:attr_type (Results 1 - 13 of 13) sorted by null

  /external/tensorflow/tensorflow/tools/graph_transforms/
fuse_quantized_convolution.cc 202 AttrValue attr_type; local
203 attr_type.set_type(int32_tensor.dtype());
204 bias_node->mutable_attr()->insert({"dtype", attr_type});
  /external/tensorflow/tensorflow/core/grappler/optimizers/
auto_parallel.cc 58 AttrValue attr_type; local
59 attr_type.set_type(DT_FLOAT);
60 node->mutable_attr()->insert({"T", attr_type});
constant_folding.cc 1072 AttrValue attr_type; local
    [all...]
  /external/tensorflow/tensorflow/java/src/gen/cc/
op_specs.cc 132 StringPiece attr_type = attr_def.type(); local
133 if (str_util::ConsumePrefix(&attr_type, "list(")) {
134 attr_type.remove_suffix(1); // remove closing brace
137 if (attr_type == "string") {
140 } else if (attr_type == "int") {
143 } else if (attr_type == "float") {
146 } else if (attr_type == "bool") {
149 } else if (attr_type == "shape") {
152 } else if (attr_type == "tensor") {
156 } else if (attr_type == "type")
    [all...]
  /device/google/cuttlefish_common/common/libs/net/
netlink_request_test.cpp 127 const uint16_t attr_type = kDummyTag; member in struct:cvd::__anon2787
145 const uint16_t attr_type = kDummyTag; member in struct:cvd::__anon2788
214 const uint16_t attr_type = kDummyTag; member in struct:cvd::__anon2790
239 const uint16_t attr_type = kDummyTag; member in struct:cvd::__anon2791
  /external/tcpdump/
print-radius.c 381 } attr_type[]= variable in typeref:struct:attrtype
630 if (attr_type[attr_code].siz_subtypes)
634 table = attr_type[attr_code].subtypes;
649 if ( data_value <= (uint32_t)(attr_type[attr_code].siz_subtypes - 1 +
650 attr_type[attr_code].first_subtype) &&
651 data_value >= attr_type[attr_code].first_subtype )
    [all...]
print-l2tp.c 597 uint16_t attr_type; local
647 attr_type = EXTRACT_16BITS(ptr); ptr++;
648 ND_PRINT((ndo, "%s", tok2str(l2tp_avp2str, "AVP-#%u", attr_type)));
653 switch (attr_type) {
  /external/tensorflow/tensorflow/python/framework/
python_op_gen.cc 480 StringPiece attr_type = attr.type(); local
490 if (str_util::StartsWith(attr_type, "list(")) {
494 if (attr_type == "string") {
498 } else if (attr_type == "list(string)") {
502 } else if (attr_type == "int") {
506 } else if (attr_type == "list(int)") {
510 } else if (attr_type == "float") {
514 } else if (attr_type == "list(float)") {
518 } else if (attr_type == "bool") {
522 } else if (attr_type == "list(bool)")
    [all...]
  /external/webrtc/webrtc/p2p/base/
stun.cc 147 uint16_t attr_type, attr_length; local
149 attr_type = rtc::GetBE16(&data[current_pos]);
150 attr_length = rtc::GetBE16(&data[current_pos + sizeof(attr_type)]);
153 if (attr_type == STUN_ATTR_MESSAGE_INTEGRITY) {
163 current_pos += sizeof(attr_type) + sizeof(attr_length) + attr_length;
334 uint16_t attr_type, attr_length; local
335 if (!buf->ReadUInt16(&attr_type))
340 StunAttribute* attr = CreateAttribute(attr_type, attr_length);
  /bionic/tests/
pthread_test.cpp 1785 int attr_type; local
    [all...]
  /external/e2fsprogs/lib/blkid/
probe.c 692 unsigned int i, attr_type, val_len; local
755 attr_type = blkid_le32(attr->type);
765 if (attr_type == MFT_RECORD_ATTR_END)
768 if (attr_type == MFT_RECORD_ATTR_VOLUME_NAME) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_parser.cc 204 AttrTy attr_type; // what type it is member in struct:xla::__anon44503::HloParser::AttrConfig
2668 AttrTy attr_type = attr_it->second.attr_type; local
    [all...]
  /external/expat/tests/
runtests.c 2006 const XML_Char *attr_type; member in struct:AttTest
    [all...]

Completed in 2582 milliseconds