Home
last modified time | relevance | path

Searched refs:InputScalar (Results 1 – 9 of 9) sorted by relevance

/external/gemmlowp/public/
Dgemmlowp.h30 template <typename InputScalar, typename OutputScalar, typename BitDepthParams,
35 const MatrixMap<const InputScalar, LhsOrder>& lhs, in GemmWithOutputPipelinePC() argument
36 const MatrixMap<const InputScalar, RhsOrder>& rhs, in GemmWithOutputPipelinePC()
41 DispatchGemmShape<InputScalar, OutputScalar, BitDepthParams>( in GemmWithOutputPipelinePC()
50 template <typename InputScalar, typename OutputScalar, typename BitDepthParams,
54 const MatrixMap<const InputScalar, LhsOrder>& lhs, in GemmWithOutputPipeline() argument
55 const MatrixMap<const InputScalar, RhsOrder>& rhs, in GemmWithOutputPipeline()
63 DispatchGemmShape<InputScalar, OutputScalar, BitDepthParams>( in GemmWithOutputPipeline()
/external/gemmlowp/internal/
Dmulti_thread_gemm.h434 template <typename KernelFormat, typename InputScalar, typename OutputScalar,
442 const MatrixMap<const InputScalar, LhsOrder>& _lhs, in GemmWithPackedRhsTask()
500 const MatrixMap<const InputScalar, LhsOrder> lhs;
604 template <typename KernelFormat, typename InputScalar, typename OutputScalar,
609 const MatrixMap<const InputScalar, LhsOrder>& lhs, in MultiThreadGemm() argument
610 const MatrixMap<const InputScalar, RhsOrder>& rhs, in MultiThreadGemm()
633 return SingleThreadGemm<KernelFormat, InputScalar, OutputScalar, in MultiThreadGemm()
674 typedef GemmWithPackedRhsTask<KernelFormat, InputScalar, OutputScalar, in MultiThreadGemm()
Ddispatch_gemm_shape.h151 template <typename InputScalar, typename OutputScalar, typename BitDepthParams,
156 const MatrixMap<const InputScalar, LhsOrder>& lhs,
157 const MatrixMap<const InputScalar, RhsOrder>& rhs,
175 return DispatchGemmShape<InputScalar, OutputScalar, BitDepthParams>(
182 MultiThreadGemm<typename Kernel::Format, InputScalar, OutputScalar,
Dsingle_thread_gemm.h62 template <typename KernelFormat, typename InputScalar, typename OutputScalar,
68 const MatrixMap<const InputScalar, LhsOrder>& lhs, in SingleThreadGemm() argument
69 const MatrixMap<const InputScalar, RhsOrder>& rhs, in SingleThreadGemm()
/external/gemmlowp/doc/
Dpublic.md32 template <typename InputScalar, typename OutputScalar, typename BitDepthParams,
36 const MatrixMap<const InputScalar, LhsOrder>& lhs,
37 const MatrixMap<const InputScalar, RhsOrder>& rhs,
57 * `InputScalar`: The scalar type of the LHS and RHS operands. At the moment,
/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
191 Tensor<InputScalar, TensorRank, DataLayout> input; in test_fft_real_input_energy()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFFT.h66 typedef typename XprTraits::Scalar InputScalar;
128 typedef typename XprTraits::Scalar InputScalar;
212 buf[i] = MakeComplex<internal::is_same<InputScalar, RealScalar>::value>()(m_impl.coeff(i));
/external/eigen/Eigen/src/Core/
DVectorwiseOp.h43 typedef typename MatrixType::Scalar InputScalar;
DCoreEvaluators.h1262 typedef typename ArgType::Scalar InputScalar;
1267 typedef typename MemberOp::template Cost<InputScalar,int(TraversalSize)> CostOpType;