Searched refs:oType (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/java/src/main/java/org/tensorflow/lite/ |
D | Tensor.java | 313 DataType oType = dataTypeOf(o); in throwIfTypeIsIncompatible() local 314 if (oType != dtype) { in throwIfTypeIsIncompatible() 319 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()
|