Home
last modified time | relevance | path

Searched refs:name (Results 7901 - 7925 of 20424) sorted by relevance

1...<<311312313314315316317318319320>>...817

/third_party/mindspore/interfaces/kits/c/
H A Dtensor.h52 * @param name The name of the tensor.
61 OH_AI_API OH_AI_TensorHandle OH_AI_TensorCreate(const char *name, OH_AI_DataType type, const int64_t *shape,
80 * @brief Set the name for the tensor.
82 * @param name The name of the tensor.
85 OH_AI_API void OH_AI_TensorSetName(OH_AI_TensorHandle tensor, const char *name);
88 * @brief Obtain the name of the tensor.
90 * @return The name of the tensor.
/third_party/libabigail/include/
H A Dabg-elf-reader.h137 function_symbol_is_exported(const string& name) const;
140 variable_symbol_is_exported(const string& name) const;
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dlayout_large_align_field.h47 #define TAILQ_HEAD(name, type) \
48 struct name { \
/third_party/python/Lib/ctypes/
H A D_endian.py28 name = desc[0]
31 fields.append((name, _other_endian(typ)) + rest)
/third_party/python/Lib/
H A Dio.py60 def __getattr__(name):
61 if name == "OpenWrapper":
73 raise AttributeError(f"module {__name__!r} has no attribute {name!r}")
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/
H A DvktMeshShaderTests.cpp55 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
57 GroupPtr mainGroup (new tcu::TestCaseGroup(testCtx, name.c_str(), "Mesh Shader Tests")); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsTests.cpp84 tcu::TestCaseGroup* createTests(tcu::TestContext& testCtx, const std::string& name) in createTests() argument
87 testCtx, name.c_str(), createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/
H A DvktTessellationTests.cpp81 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
83 return createTestGroup(testCtx, name.c_str(), createChildren); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/video/
H A DvktVideoTests.cpp38 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
40 de::MovePtr<tcu::TestCaseGroup> group (new tcu::TestCaseGroup(testCtx, name.c_str())); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H A DvktWsiTests.cpp92 tcu::TestCaseGroup* createTests (tcu::TestContext& testCtx, const std::string& name) in createTests() argument
94 return createTestGroup(testCtx, name.c_str(), createWsiTests); in createTests()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
H A DHLSLCompiler.h35 std::string name; member
38 CompileConfig(UINT flags, const std::string &name);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DImageFunctionHLSL.h26 // Returns the name of the image function implementation to caller.
27 // The name that's passed in is the name of the GLSL image function that it should implement.
28 ImmutableString useImageFunction(const ImmutableString &name,
60 ImmutableString name() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DError.cpp26 const char* name() const noexcept override;
31 const char *_object_error_category::name() const noexcept {
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cShaderTextureImageSamplesTests.hpp44 ShaderTextureImageSamplesTestBase(deqp::Context& context, const char* name, const char* description);
148 ShaderTextureImageSampleFunctionalTest(deqp::Context& context, const char* name);
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_buffers_indexed/
H A DesextcDrawBuffersIndexedSetGet.cpp38 * @param name Test case's name
41 DrawBuffersIndexedSetGet::DrawBuffersIndexedSetGet(Context& context, const ExtParameters& extParams, const char* name, in DrawBuffersIndexedSetGet() argument
43 : DrawBuffersIndexedBase(context, extParams, name, description) in DrawBuffersIndexedSetGet()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.hpp80 TextureCubeMapArrayGenerateMipMapFilterable(Context& context, const ExtParameters& extParams, const char* name,
125 TextureCubeMapArrayGenerateMipMapNonFilterable(Context& context, const ExtParameters& extParams, const char* name,
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dupdate_build_version.py52 name = project.upper().replace('-', '_')
53 return "#define {}_VERSION \"{}\"".format(name, describe(directory))
/third_party/skia/src/gpu/
H A DGrSPIRVUniformHandler.h53 const char* name, const GrShaderCaps*) override;
60 const char* name,
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DBuffer.cpp28 Buffer::Buffer(GLuint name) : NamedObject(name) in Buffer() argument
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/
H A DMemFd.cpp62 bool LinuxMemFd::allocate(const char *name, size_t size) in allocate() argument
72 fd_ = syscall(__NR_memfd_create, name, MFD_CLOEXEC); in allocate()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/data/
H A DOpenTypeDataTests.java30 public OpenTypeDataTests(String name) { in OpenTypeDataTests() argument
31 super(name); in OpenTypeDataTests()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dunumsys.cpp30 unumsys_openByName(const char *name, UErrorCode *status) in unumsys_openByName() argument
36 return (UNumberingSystem*)NumberingSystem::createInstanceByName(name, *status); in unumsys_openByName()
/third_party/skia/third_party/externals/icu/source/samples/csdet/
H A Dcsdet.c61 const char *name = ucsdet_getName(csm[match], &status); in main() local
69 printf("%s (%s) %d\n", name, lang, confidence); in main()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dunewdata.h10 * file name: unewdata.h
35 * parameters - of the form "name.type".
52 * @param name A string that specifies the name of the data.
62 udata_create(const char *dir, const char *type, const char *name,
73 udata_createDummy(const char *dir, const char *type, const char *name, UErrorCode *pErrorCode);
/third_party/skia/tests/
H A DSamplingTest.cpp25 for (auto name : names) { in DEF_TEST()
26 auto src = GetResourceAsImage(name); in DEF_TEST()

Completed in 21 milliseconds

1...<<311312313314315316317318319320>>...817