Searched defs:NativeObject (Results 1 – 3 of 3) sorted by relevance
57 struct NativeObject : public Dispatch<> struct59 NativeObject() : Dispatch<>(magic) in NativeObject() function78 NativeObjectType *getNative() { return static_cast<NativeObjectType *>(this); } in getNative() argument80 const NativeObjectType *getNative() const in getNative() argument85 static NativeObjectType *CastNative(NativeObjectType *p) { return p; } in CastNative() argument87 static bool IsValid(const NativeObjectType *p) in IsValid() argument95 struct _cl_platform_id : public cl::NativeObject<_cl_platform_id, 0x12345678u> argument
26 class NativeObject(object): class
936 flat_inputs: List[internal_types.NativeObject],937 flat_weights: List[Optional[internal_types.NativeObject]],