Home
last modified time | relevance | path

Searched defs:matrix_type (Results 1 – 25 of 32) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Dflatten.cc30 DataType matrix_type; member
Dmatrix_solve.cc60 DataType matrix_type = ctx.Input(0)->GetDataType(); in MatrixSolveDataAndTypeCheck() local
/third_party/skia/m133/third_party/externals/libwebp/sharpyuv/
Dsharpyuv_csp.c94 SharpYuvMatrixType matrix_type) { in SharpYuvGetConversionMatrix()
/third_party/skia/third_party/externals/tint/src/resolver/
Dtype_constructor_validation_test.cc1850 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1870 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1891 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1911 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1933 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1954 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
1984 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
2014 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
2028 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
2046 auto* matrix_type = ty.mat<f32>(param.columns, param.rows); in TEST_P() local
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dmatrix_solve_ls.cc107 auto matrix_type = input_args[kIndex0]->GetType(); in MatrixSolveLsInferType() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcopy_prop_arrays.cpp385 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
814 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
Dtype_manager.cpp933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp385 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
814 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
Dtype_manager.cpp933 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
/third_party/spirv-tools/source/opt/
Dcopy_prop_arrays.cpp373 } else if (const analysis::Matrix* matrix_type = result_type->AsMatrix()) { in BuildMemoryObjectFromInsert() local
813 } else if (const analysis::Matrix* matrix_type = type->AsMatrix()) { in GetNumberOfMembers() local
Dtype_manager.cpp966 } else if (const Matrix* matrix_type = parent_type->AsMatrix()) { in GetMemberType() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_composites.cpp459 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_composites.cpp459 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
/third_party/spirv-tools/source/val/
Dvalidate_composites.cpp478 const uint32_t matrix_type = _.GetOperandTypeId(inst, 2); in ValidateTranspose() local
Dvalidate_memory.cpp1593 auto matrix_type = _.FindDef(type_id); in ValidateCooperativeMatrixLoadStoreNV() local
1697 auto matrix_type = _.FindDef(type_id); in ValidateCooperativeMatrixLoadStoreKHR() local
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp294 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
Dtransformation_replace_linear_algebra_instruction.cpp149 auto matrix_type = in GetRequiredFreshIdCount() local
Dfuzzer_pass.cpp310 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
/third_party/spirv-tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp294 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
Dtransformation_replace_linear_algebra_instruction.cpp149 auto matrix_type = in GetRequiredFreshIdCount() local
Dfuzzer_pass.cpp311 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/
Dfuzzer_pass_donate_modules.cpp294 opt::analysis::Matrix matrix_type(column_type, column_count); in HandleTypeOrValue() local
Dtransformation_replace_linear_algebra_instruction.cpp149 auto matrix_type = in GetRequiredFreshIdCount() local
Dfuzzer_pass.cpp310 opt::analysis::Matrix matrix_type(column_type, column_count); in FindOrCreateMatrixType() local
/third_party/skia/third_party/externals/tint/src/reader/spirv/
Dfunction.cc964 if (auto* matrix_type = tip_type->As<Matrix>()) { in EmitPipelineInput() local
1036 if (auto* matrix_type = current_type->As<Matrix>()) { in EmitPipelineInput() local
1100 if (auto* matrix_type = tip_type->As<Matrix>()) { in EmitPipelineOutput() local
1174 if (auto* matrix_type = current_type->As<Matrix>()) { in EmitPipelineOutput() local

12