Searched refs:stride_id (Results 1 – 3 of 3) sorted by relevance
1486 const auto stride_id = inst->GetOperandAs<uint32_t>(stride_index); in ValidateCooperativeMatrixLoadStoreNV() local1487 const auto stride = _.FindDef(stride_id); in ValidateCooperativeMatrixLoadStoreNV()1490 << "Stride operand <id> '" << _.getIdName(stride_id) in ValidateCooperativeMatrixLoadStoreNV()
1526 const auto stride_id = inst->GetOperandAs<uint32_t>(stride_index); in ValidateCooperativeMatrixLoadStoreNV() local1527 const auto stride = _.FindDef(stride_id); in ValidateCooperativeMatrixLoadStoreNV()1530 << "Stride operand <id> '" << _.getIdName(stride_id) in ValidateCooperativeMatrixLoadStoreNV()
656 const int stride_id = RegisterConstantShape(strides); in RegisterNodeWithPaddingAndStrides() local657 std::vector<int> extra_inputs{stride_id}; in RegisterNodeWithPaddingAndStrides()