Home
last modified time | relevance | path

Searched refs:InT (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.h117 template <typename InT, typename OutT, typename CompT>
120 uint64 n, uint64 k, const CompT &alpha, const DeviceMemory<InT> &a,
121 int lda, const DeviceMemory<InT> &b, int ldb, const CompT &beta,
Drocm_blas.cc1697 template <typename InT, typename OutT, typename CompT>
1700 uint64 n, uint64 k, const CompT &alpha, const DeviceMemory<InT> &a, int lda, in DoBlasGemmWithAlgorithmImpl()
1701 const DeviceMemory<InT> &b, int ldb, const CompT &beta, in DoBlasGemmWithAlgorithmImpl()
/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_blas.h119 template <typename InT, typename OutT, typename CompT>
123 const DeviceMemory<InT> &a, int lda, const DeviceMemory<InT> &b, int ldb,
Dcuda_blas.cc1886 template <typename InT, typename OutT, typename CompT>
1890 const DeviceMemory<InT> &a, int lda, const DeviceMemory<InT> &b, int ldb, in DoBlasGemmWithAlgorithmImpl()
1904 if (UsesTensorOps(algorithm) && !TensorOpsAvailable<InT>(cc_major)) { in DoBlasGemmWithAlgorithmImpl()
1905 if (std::is_same<InT, Eigen::half>::value) { in DoBlasGemmWithAlgorithmImpl()
1948 cudaDataType_t cuda_in_type = CUDADataType<InT>::type; in DoBlasGemmWithAlgorithmImpl()
/external/tensorflow/tensorflow/core/kernels/
Drandom_shuffle_op.cc49 template <class IntT, class InT, class OutT, class Random>
50 static void IndexedShuffle(const int64 size, const InT& input_mat, in IndexedShuffle()
Dsegment_reduction_ops.cc177 InT; in Compute() typedef
178 InT in_slice(in_slice_ptr, out_slice_shape); in Compute()
185 InT; in Compute() typedef
186 InT in_slice(in_slice_ptr, in_slice_shape); in Compute()