Home
last modified time | relevance | path

Searched refs:ValidateDevice (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dresource_mgr.cc69 Status ValidateDevice(OpKernelContext* ctx, const ResourceHandle& p) { in ValidateDevice() function
330 TF_RETURN_IF_ERROR(internal::ValidateDevice(ctx, p)); in DeleteResource()
Dresource_mgr.h720 Status ValidateDevice(OpKernelContext* ctx, const ResourceHandle& p);
724 TF_RETURN_IF_ERROR(internal::ValidateDevice(ctx, p));
/external/angle/src/libANGLE/
DvalidationEGL.h62 bool ValidateDevice(const ValidationContext *val, const Device *device);
DvalidationEGL.cpp1504 bool ValidateDevice(const ValidationContext *val, const Device *device) in ValidateDevice() function
1576 return ValidateDevice(nullptr, device) ? device : nullptr; in GetDeviceIfValid()
5779 ANGLE_VALIDATION_TRY(ValidateDevice(val, device)); in ValidateQueryDeviceAttribEXT()
5829 ANGLE_VALIDATION_TRY(ValidateDevice(val, device)); in ValidateQueryDeviceStringEXT()
/external/tensorflow/tensorflow/tools/def_file_filter/
Ddef_file_filter.py.tpl61 r"tensorflow::internal::ValidateDevice|"
/external/mesa3d/include/D3D9/
Dd3d9.h228 virtual HRESULT WINAPI ValidateDevice(DWORD *pNumPasses) = 0;
816 HRESULT (WINAPI *ValidateDevice)(IDirect3DDevice9 *This, DWORD *pNumPasses);
943 #define IDirect3DDevice9_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)
1067 HRESULT (WINAPI *ValidateDevice)(IDirect3DDevice9Ex *This, DWORD *pNumPasses);
1210 #define IDirect3DDevice9Ex_ValidateDevice(p,a) (p)->lpVtbl->ValidateDevice(p,a)