Home
last modified time | relevance | path

Searched refs:kIndices (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dgather_nd.cc29 constexpr int kIndices = 1; variable
39 TF_LITE_ENSURE_OK(context, GetInputSafe(context, node, kIndices, &indices)); in Prepare()
153 TF_LITE_ENSURE_OK(context, GetInputSafe(context, node, kIndices, &indices)); in Eval()
Dscatter_nd.cc30 constexpr int kIndices = 0; variable
78 TF_LITE_ENSURE_OK(context, GetInputSafe(context, node, kIndices, &indices)); in Prepare()
172 TF_LITE_ENSURE_OK(context, GetInputSafe(context, node, kIndices, &indices)); in Eval()
/external/skqp/gm/
Dskinning.cpp59 static const uint16_t kIndices[] = { variable
110 kIndices, in onOnceBeforeDraw()
/external/deqp-deps/amber/src/vkscript/
Dsection_parser_test.cc118 EXPECT_EQ(NodeType::kIndices, sections[3].section_type); in TEST_F()
193 {"indices", NodeType::kIndices, kShaderTypeVertex, kShaderFormatText}, in TEST_F()
293 NodeType::kIndices, NodeType::kVertexData, in TEST_F()
Dsection_parser.h31 kIndices, enumerator
Dsection_parser.cc78 *section_type = NodeType::kIndices; in NameToNodeType()
Dparser.cc120 if (section.section_type == NodeType::kIndices) in ProcessSection()
/external/angle/src/tests/gl_tests/
DMultiviewDrawTest.cpp437 const unsigned int kIndices[3] = {0u, 1u, 2u}; in initVAO() local
439 glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(unsigned int) * 3, &kIndices[0], in initVAO()
/external/deqp-deps/amber/docs/
Damber_script.md996 BUFFER kIndices DATA_TYPE int32 DATA
1009 INDEX_DATA kIndices