Home
last modified time | relevance | path

Searched refs:element_indices (Results 1 – 3 of 3) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp96 std::vector<uint32_t> element_indices; in GetIndexedType() local
110 element_indices.push_back(index_value); in GetIndexedType()
113 element_indices.push_back(0); in GetIndexedType()
116 type = type_mgr->GetMemberType(type, element_indices); in GetIndexedType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcombine_access_chains.cpp96 std::vector<uint32_t> element_indices; in GetIndexedType() local
110 element_indices.push_back(index_value); in GetIndexedType()
113 element_indices.push_back(0); in GetIndexedType()
116 type = type_mgr->GetMemberType(type, element_indices); in GetIndexedType()
/external/tensorflow/tensorflow/core/kernels/
Ddeserialize_sparse_variant_op.cc173 const Tensor* element_indices; in Compute() local
178 &element_indices, &element_values)); in Compute()
196 element_indices->matrix<int64>().data(); in Compute()