Searched refs:kIndices (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/ |
D | gather_nd.cc | 29 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()
|
D | scatter_nd.cc | 30 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/ |
D | skinning.cpp | 59 static const uint16_t kIndices[] = { variable 110 kIndices, in onOnceBeforeDraw()
|
/external/deqp-deps/amber/src/vkscript/ |
D | section_parser_test.cc | 118 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()
|
D | section_parser.h | 31 kIndices, enumerator
|
D | section_parser.cc | 78 *section_type = NodeType::kIndices; in NameToNodeType()
|
D | parser.cc | 120 if (section.section_type == NodeType::kIndices) in ProcessSection()
|
/external/angle/src/tests/gl_tests/ |
D | MultiviewDrawTest.cpp | 437 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/ |
D | amber_script.md | 996 BUFFER kIndices DATA_TYPE int32 DATA 1009 INDEX_DATA kIndices
|