HomeSort by relevance Sort by last modified time
    Searched refs:InputScalar (Results 1 - 8 of 8) sorted by null

  /external/gemmlowp/public/
gemmlowp.h 30 template <typename InputScalar, typename OutputScalar, typename BitDepthParams,
35 const MatrixMap<const InputScalar, LhsOrder>& lhs,
36 const MatrixMap<const InputScalar, RhsOrder>& rhs,
41 DispatchGemmShape<InputScalar, OutputScalar, BitDepthParams>(
50 template <typename InputScalar, typename OutputScalar, typename BitDepthParams,
54 const MatrixMap<const InputScalar, LhsOrder>& lhs,
55 const MatrixMap<const InputScalar, RhsOrder>& rhs,
63 DispatchGemmShape<InputScalar, OutputScalar, BitDepthParams>(
  /external/gemmlowp/internal/
single_thread_gemm.h 62 template <typename KernelFormat, typename InputScalar, typename OutputScalar,
68 const MatrixMap<const InputScalar, LhsOrder>& lhs,
69 const MatrixMap<const InputScalar, RhsOrder>& rhs,
dispatch_gemm_shape.h 151 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,
multi_thread_gemm.h 421 template <typename KernelFormat, typename InputScalar, typename OutputScalar,
430 const MatrixMap<const InputScalar, LhsOrder>& _lhs,
492 const MatrixMap<const InputScalar, LhsOrder> lhs;
612 template <typename KernelFormat, typename InputScalar, typename OutputScalar,
617 const MatrixMap<const InputScalar, LhsOrder>& lhs,
618 const MatrixMap<const InputScalar, RhsOrder>& rhs,
641 return SingleThreadGemm<KernelFormat, InputScalar, OutputScalar,
684 KernelFormat, InputScalar, OutputScalar, BitDepthParams, LhsOrder,
  /external/eigen/unsupported/test/
cxx11_tensor_fft.cpp 189 typedef typename internal::conditional<isComplexInput == true, std::complex<RealScalar>, RealScalar>::type InputScalar;
191 Tensor<InputScalar, TensorRank, DataLayout> input;
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorFFT.h 66 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/
VectorwiseOp.h 43 typedef typename MatrixType::Scalar InputScalar;
CoreEvaluators.h     [all...]

Completed in 389 milliseconds