Home
last modified time | relevance | path

Searched refs:indices (Results 1 - 10 of 10) sorted by relevance

/test/xts/acts/ai/nncore/opstest/src/
H A Dscatter_nd_test.cpp35 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(float)}; member
40 .operands = {indices, updates, shape, output},
56 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(float)}; member
61 .operands = {indices, updates, shape, output},
77 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(float)}; member
82 .operands = {indices, updates, shape, output},
98 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 6*sizeof(float)}; member
103 .operands = {indices, updates, shape, output},
237 graphArgs.operands = {scatterNdModel.indices, scatterNdModel.indices, scatterNdMode in HWTEST_F()
[all...]
H A Dsparse_to_dense_test.cpp35 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(bool)}; member
40 .operands = {indices, value, sparseDense, output},
57 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 6*sizeof(bool)}; member
62 .operands = {indices, value, sparseDense, output},
78 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(bool)}; member
83 .operands = {indices, value, sparseDense, output},
99 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(bool)}; member
104 .operands = {indices, value, sparseDense, output},
121 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(bool)}; member
126 .operands = {indices, valu
143 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(bool)}; global() member
[all...]
H A Dgather_nd_test.cpp34 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(float)}; member
37 .operands = {input, indices, output},
53 OHNNOperandTest indices = {OH_NN_FLOAT32, OH_NN_TENSOR, indices_shape, indicesValue, 4*sizeof(float)}; member
56 .operands = {input, indices, output},
132 graphArgs.operands = {gatherNDModel.input, gatherNDModel.input, gatherNDModel.indices, gatherNDModel.output}; in HWTEST_F()
152 graphArgs.operands = {gatherNDModel.input, gatherNDModel.indices, gatherNDModel.output, gatherNDModel.output}; in HWTEST_F()
175 graphArgs.operands = {gatherNDModel.input, gatherNDModel.indices, gatherNDModel.output, activation}; in HWTEST_F()
/test/xts/acts/graphic/acts_drawing_native/
H A DDrawingNativeCanvasTestPart4.cpp1215 uint16_t indices[3] = {0, 1, 2}; in HWTEST_F() local
1221 OH_Drawing_CanvasDrawVertices(canvas, mode[i], 3, points_vertices, texs_vertices, colors, 3, indices, in HWTEST_F()
1237 indices, blendMode[i]); in HWTEST_F()
1262 uint16_t indices[3] = {0, 1, 2}; in HWTEST_F() local
1267 OH_Drawing_CanvasDrawVertices(nullptr, VERTEX_MODE_TRIANGLES, 3, points_vertices, texs_vertices, colors, 3, indices, in HWTEST_F()
1270 OH_Drawing_CanvasDrawVertices(canvas, VERTEX_MODE_TRIANGLES, 0, points_vertices, texs_vertices, colors, 3, indices, in HWTEST_F()
1273 OH_Drawing_CanvasDrawVertices(canvas, VERTEX_MODE_TRIANGLES, 3, nullptr, texs_vertices, colors, 3, indices, in HWTEST_F()
1276 OH_Drawing_CanvasDrawVertices(canvas, VERTEX_MODE_TRIANGLES, 3, points_vertices, nullptr, colors, 3, indices, in HWTEST_F()
1279 OH_Drawing_CanvasDrawVertices(canvas, VERTEX_MODE_TRIANGLES, 3, points_vertices, texs_vertices, nullptr, 3, indices, in HWTEST_F()
1282 OH_Drawing_CanvasDrawVertices(canvas, VERTEX_MODE_TRIANGLES, 3, points_vertices, texs_vertices, colors, 0, indices, in HWTEST_F()
1333 uint16_t indices[3] = {0, 1, 2}; HWTEST_F() local
[all...]
/test/xts/acts/graphic/graphicnapidrawingtest/
H A DNativeDrawingCanvasTest.cpp232 uint16_t indices[COLOR_PARAMETER] = {0, 1, 2}; in HWTEST_F() local
234 colors, POINT_PARAMETER, indices, BLEND_MODE_COLOR); in HWTEST_F()
236 POINT_PARAMETER, indices, BLEND_MODE_COLOR); in HWTEST_F()
238 POINT_PARAMETER, indices, BLEND_MODE_COLOR); in HWTEST_F()
240 nullptr, POINT_PARAMETER, indices, BLEND_MODE_COLOR); in HWTEST_F()
246 colors, POINT_PARAMETER, indices, BLEND_MODE_COLOR); in HWTEST_F()
/test/xts/acts/ai/neural_network_runtime/v2_0/common/
H A Dnnrt_utils.h83 OH_NN_UInt32Array GetUInt32Array(std::vector<uint32_t> indices);
/test/xts/acts/ai/neural_network_runtime/v1_0/common/
H A Dnnrt_utils.h83 OH_NN_UInt32Array GetUInt32Array(std::vector<uint32_t> indices);
/test/xts/acts/ai/nncore/opstest/include/
H A Dnncore_utils.h76 OH_NN_UInt32Array GetUInt32Array(std::vector<uint32_t> indices);
/test/xts/acts/ai/nncore/common/
H A Dnncore_utils.h157 OH_NN_UInt32Array GetUInt32Array(std::vector<uint32_t> indices);
/test/xts/acts/graphic/graphicGLES3/entry/src/main/cpp/
H A Dgles3ndk.cpp1589 GLuint indices[] = {0, 1, 2}; in GLDrawElementsIndirect() local
1607 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW); in GLDrawElementsIndirect()
1637 GLubyte indices[] = {0, 1, 2}; in GLDrawElementsInstanced() local
1643 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW); in GLDrawElementsInstanced()
1661 GLubyte indices[] = {0, 1, 2}; in GLDrawElementsInstancedBaseVertex() local
1667 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW); in GLDrawElementsInstancedBaseVertex()
1690 GLuint indices[] in GLDrawRangeElements() local
1714 GLuint indices[] = {0, 1, 2}; GLDrawRangeElementsBaseVertex() local
[all...]

Completed in 21 milliseconds