Home
last modified time | relevance | path

Searched defs:InputScalar (Results 1 – 6 of 6) sorted by relevance

/external/gemmlowp/public/
Dgemmlowp.h35 const MatrixMap<const InputScalar, LhsOrder>& lhs, in GemmWithOutputPipelinePC()
54 const MatrixMap<const InputScalar, LhsOrder>& lhs, in GemmWithOutputPipeline()
/external/gemmlowp/internal/
Dkernel.h149 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
Dsingle_thread_gemm.h68 const MatrixMap<const InputScalar, LhsOrder>& lhs, in SingleThreadGemm()
Dmulti_thread_gemm.h637 const MatrixMap<const InputScalar, LhsOrder>& lhs, in MultiThreadGemm()
/external/eigen/unsupported/test/
Dcxx11_tensor_fft.cpp189 …ernal::conditional<isComplexInput == true, std::complex<RealScalar>, RealScalar>::type InputScalar; in test_fft_real_input_energy() typedef
/external/mesa3d/src/imgui/
Dimgui_widgets.cpp2644 bool ImGui::InputScalar(const char* label, ImGuiDataType data_type, void* data_ptr, const void* ste… in InputScalar() function in ImGui