Searched refs:oType (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
D | Tensor.java | 418 DataType oType = dataTypeOf(o); in throwIfTypeIsIncompatible() local 420 if (oType != dtype) { in throwIfTypeIsIncompatible() 422 if (oType.toStringName().equals(dtype.toStringName())) { in throwIfTypeIsIncompatible() 430 dtype, o.getClass().getName(), oType)); in throwIfTypeIsIncompatible()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_stroke.cpp | 67 XFA_ObjectType oType, in CXFA_Stroke() argument 75 oType, in CXFA_Stroke()
|
D | cxfa_stroke.h | 57 XFA_ObjectType oType,
|
D | cxfa_box.h | 46 XFA_ObjectType oType,
|
D | cxfa_rectangle.h | 33 XFA_ObjectType oType,
|
D | cxfa_box.cpp | 63 XFA_ObjectType oType, in CXFA_Box() argument 71 oType, in CXFA_Box()
|
D | cxfa_rectangle.cpp | 48 XFA_ObjectType oType, in CXFA_Rectangle() argument 56 oType, in CXFA_Rectangle()
|
D | cxfa_node.h | 390 XFA_ObjectType oType,
|
D | cxfa_node.cpp | 951 XFA_ObjectType oType, in CXFA_Node() argument 956 : CXFA_Object(pDoc, oType, eType, std::move(js_object)), in CXFA_Node()
|
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgOps.cpp | 1236 auto oType = op.output().getType().cast<MemRefType>(); in verify() local 1239 if (oType.getElementType() != iType.getElementType() || in verify() 1240 oType.getElementType() != fType.getElementType()) in verify() 1242 if (oType.getRank() != iType.getRank() || oType.getRank() != fType.getRank()) in verify() 1244 if (oType.getRank() <= 2) in verify()
|