Searched defs:InputScalar (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/gemmlowp/public/ |
H A D | gemmlowp.h | 35 const MatrixMap<const InputScalar, LhsOrder>& lhs, in GemmWithOutputPipelinePC() 54 const MatrixMap<const InputScalar, LhsOrder>& lhs, in GemmWithOutputPipeline()
|
/aosp_15_r20/external/gemmlowp/internal/ |
H A D | kernel.h | 149 typedef std::uint8_t InputScalar; // The scalar type of the original input. typedef 157 typedef std::uint8_t InputScalar; typedef 165 typedef std::int8_t InputScalar; typedef
|
H A D | single_thread_gemm.h | 68 const MatrixMap<const InputScalar, LhsOrder>& lhs, in SingleThreadGemm()
|
H A D | multi_thread_gemm.h | 637 const MatrixMap<const InputScalar, LhsOrder>& lhs, in MultiThreadGemm()
|
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_fft.cpp | 189 …ernal::conditional<isComplexInput == true, std::complex<RealScalar>, RealScalar>::type InputScalar; in test_fft_real_input_energy() typedef
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imgui_widgets.cpp | 2644 bool ImGui::InputScalar(const char* label, ImGuiDataType data_type, void* data_ptr, const void* ste… in InputScalar() function in ImGui
|