Home
last modified time | relevance | path

Searched refs:typeAttr (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/kernels/
Dbitcast_op_test.cc44 AttrValue typeAttr; in TestBitcastOp() local
45 SetAttrValue(input_tensor->dtype(), &typeAttr); in TestBitcastOp()
50 (*def.mutable_attr())["T"] = typeAttr; in TestBitcastOp()
/external/cldr/tools/java/org/unicode/cldr/util/
DValidity.java79 LstrType typeAttr = LstrType.valueOf(parts.getAttributeValue(-1, "type")); in Validity() local
80 if (typeAttr != type) { in Validity()