Home
last modified time | relevance | path

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

/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1486 const auto stride_id = inst->GetOperandAs<uint32_t>(stride_index); in ValidateCooperativeMatrixLoadStoreNV() local
1487 const auto stride = _.FindDef(stride_id); in ValidateCooperativeMatrixLoadStoreNV()
1490 << "Stride operand <id> '" << _.getIdName(stride_id) in ValidateCooperativeMatrixLoadStoreNV()
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_memory.cpp1526 const auto stride_id = inst->GetOperandAs<uint32_t>(stride_index); in ValidateCooperativeMatrixLoadStoreNV() local
1527 const auto stride = _.FindDef(stride_id); in ValidateCooperativeMatrixLoadStoreNV()
1530 << "Stride operand <id> '" << _.getIdName(stride_id) in ValidateCooperativeMatrixLoadStoreNV()
/external/tensorflow/tensorflow/core/kernels/hexagon/
Dgraph_transferer.cc656 const int stride_id = RegisterConstantShape(strides); in RegisterNodeWithPaddingAndStrides() local
657 std::vector<int> extra_inputs{stride_id}; in RegisterNodeWithPaddingAndStrides()