/external/tensorflow/tensorflow/examples/custom_ops_doc/simple_hash_table/ |
D | simple_hash_table_kernel.cc | 160 Status GetResource(OpKernelContext* ctx, in GetResource() function 165 TF_ASSIGN_OR_RETURN(*resource, handle.GetResource<resource_type>()); in GetResource() 181 OP_REQUIRES_OK(ctx, GetResource(ctx, &resource)); in Compute() 203 OP_REQUIRES_OK(ctx, GetResource(ctx, &resource)); in Compute() 221 OP_REQUIRES_OK(ctx, GetResource(ctx, &resource)); in Compute() 240 OP_REQUIRES_OK(ctx, GetResource(ctx, &resource)); in Compute() 253 OP_REQUIRES_OK(ctx, GetResource(ctx, &resource)); in Compute()
|
/external/clang/test/CodeGenObjCXX/ |
D | debug-info.mm | 20 NSWindow* GetResource(int handle) { return 0; } 39 NSWindow* window = window_tracker_->GetResource(42);
|
/external/python/cpython2/Lib/plat-mac/ |
D | macresource.py | 29 h = Res.GetResource(restype, resid) 72 h = Res.GetResource(restype, resid)
|
/external/tensorflow/tensorflow/core/framework/ |
D | resource_mgr.cc | 102 core::RefCountPtr<ResourceBase> ResourceMgr::ResourceAndName::GetResource() in GetResource() function in tensorflow::ResourceMgr::ResourceAndName 166 const core::RefCountPtr<ResourceBase> resource = q.second.GetResource(); in DebugString() 254 ResourceBase* ptr = iter->second.GetResource().release(); in DoLookup() 399 TF_ASSIGN_OR_RETURN(*value, p.GetResource<ResourceBase>()); in LookupResource()
|
D | resource_handle.h | 156 StatusOr<T*> GetResource() const { in GetResource() function
|
D | resource_mgr.h | 266 core::RefCountPtr<ResourceBase> GetResource() const; 795 TF_ASSIGN_OR_RETURN(*value, p.GetResource<T>());
|
/external/cronet/net/base/ |
D | net_module.cc | 19 scoped_refptr<base::RefCountedMemory> NetModule::GetResource(int key) { in GetResource() function in net::NetModule
|
D | net_module.h | 38 static scoped_refptr<base::RefCountedMemory> GetResource(int key);
|
D | directory_listing.cc | 22 NetModule::GetResource(IDR_DIR_HEADER_HTML)); in GetDirectoryListingHeader()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | lookup_ops_test.cc | 87 auto resource_or = output_handle.GetResource<lookup::LookupInterface>(); in TEST_F()
|
D | resource_ops_test.cc | 108 MockResource* mock = output_handle.GetResource<MockResource>().ValueOrDie(); in TEST_F()
|
/external/tensorflow/tensorflow/core/runtime_fallback/conversion/ |
D | conversion.cc | 40 ->GetResource<tensorflow::tfd::EagerContextResource>( in ConvertKernelFallbackToRuntimeFallbackTensor()
|
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
D | kernel_fallback_compat_request_state.h | 47 GetResource(int index) const { in GetResource() function
|
D | kernel_fallback_execute_compat.cc | 702 results[i] = tfrt::FormRef(resource_array->GetResource(indices[i])); in FallbackGetResource()
|
/external/python/cpython2/Mac/Modules/ |
D | MacOS.c | 446 h = GetResource('Estr', err); in MacOS_GetErrorString() 472 h = GetResource('Estr', err); in MacOS_GetErrorString()
|
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
D | conversion_function.cc | 140 ->GetResource<tensorflow::tfd::EagerContextResource>( in TransferRuntimeFallbackToAnotherDevice()
|
/external/python/cpython2/Mac/Modules/res/ |
D | _Resmodule.c | 942 #ifndef GetResource in Res_GetResource() 943 PyMac_PRECHECK(GetResource); in Res_GetResource() 949 _rv = GetResource(theType, in Res_GetResource()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cEnhancedLayoutsTests.cpp | 1082 program.GetResource(interface, index, GL_LOCATION, 1 /* size */, &location); in verifyVarying() 1083 program.GetResource(interface, index, GL_LOCATION_COMPONENT, 1 /* size */, &component); in verifyVarying() 1338 program.GetResource(GL_BUFFER_VARIABLE, index, GL_OFFSET, 1, &offset); in checkSSB() 2837 void Program::GetResource(GLenum interface, GLuint index, GLenum property, GLsizei buf_size, GLint*… in GetResource() function in gl4cts::EnhancedLayouts::Utils::Program 2841 GetResource(gl, m_id, interface, index, property, buf_size, params); in GetResource() 3127 void Program::GetResource(const Functions& gl, GLuint id, GLenum interface, GLuint index, GLenum pr… in GetResource() function in gl4cts::EnhancedLayouts::Utils::Program 6408 program.GetResource(GL_PROGRAM_INPUT, index, GL_LOCATION, 1 /* size */, &location); in test() 6929 program.GetResource(GL_PROGRAM_OUTPUT, index, GL_LOCATION, 1 /* size */, &location); in test() 22183 …program.GetResource(GL_TRANSFORM_FEEDBACK_BUFFER, 0 /* index */, GL_TRANSFORM_FEEDBACK_BUFFER_STRI… in test() 22384 program.GetResource(GL_TRANSFORM_FEEDBACK_VARYING, gohan_id, GL_OFFSET, 1, &gohan_offset); in test() [all …]
|
/external/robolectric/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager2.java | 855 public ApkAssetsCookie GetResource(int resid, boolean may_be_bag, in GetResource() method in CppAssetManager2 918 … cookie = GetResource(in_out_value.get().data, true /*may_be_bag*/, (short) 0 /*density_override*/, in ResolveReference()
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
D | CppAssetManager2.java | 848 public ApkAssetsCookie GetResource(int resid, boolean may_be_bag, in GetResource() method in CppAssetManager2 912 … cookie = GetResource(in_out_value.get().data, true /*may_be_bag*/, (short) 0 /*density_override*/, in ResolveReference()
|
/external/freetype/src/base/ |
D | ftmac.c | 746 sfnt = GetResource( TTAG_sfnt, sfnt_id ); in FT_New_Face_From_SFNT()
|
/external/freetype/builds/mac/ |
D | ftmac.c | 1125 sfnt = GetResource( TTAG_sfnt, sfnt_id ); in FT_New_Face_From_SFNT()
|
/external/angle/src/tests/gl_tests/ |
D | ProgramInterfaceTest.cpp | 243 TEST_P(ProgramInterfaceTestES31, GetResource) in TEST_P() argument
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetManager9.java | 843 assetmanager.GetResource(resid, false /*may_be_bag*/, in nativeGetResourceValue()
|
D | ShadowArscAssetManager10.java | 847 assetmanager.GetResource(resid, false /*may_be_bag*/, in nativeGetResourceValue()
|