Searched defs:computation_type (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | gemm_thunk.cc | 94 se::blas::ComputationType computation_type; in DoGemmWithAlgorithm() local
|
/external/tensorflow/tensorflow/stream_executor/ |
D | blas.h | 217 ComputationType computation_type; member
|
D | stream.cc | 3435 int ldc, blas::ComputationType computation_type, in ThenBlasGemmWithAlgorithm() 3459 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in ThenBlasGemmWithAlgorithm() 3482 int ldc, blas::ComputationType computation_type, in ThenBlasGemmWithAlgorithm() 3505 int ldc, blas::ComputationType computation_type, in ThenBlasGemmWithAlgorithm() 3531 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in ThenBlasGemmWithAlgorithm() 3559 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in ThenBlasGemmWithAlgorithm()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_blas.cc | 2072 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasInternalImpl() 2256 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasInternalImpl() 2269 int ldc, blas::ComputationType computation_type, in DoBlasInternalImpl() 2297 int ldc, blas::ComputationType computation_type, in DoBlasInternalImpl() 2309 int ldc, blas::ComputationType computation_type, in DoBlasInternalImpl() 2323 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasInternalImpl() 2337 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasInternalImpl() 3179 blas::ComputationType computation_type, blas::DataType scale_type, in DoBlasInternalImpl()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_blas.cc | 1837 DeviceMemory<OutT> *c, int ldc, blas::ComputationType computation_type, in DoBlasGemmWithAlgorithmImpl() 1854 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm() 1868 int ldc, blas::ComputationType computation_type, in DoBlasGemmWithAlgorithm() 1881 int ldc, blas::ComputationType computation_type, in DoBlasGemmWithAlgorithm() 1894 int ldc, blas::ComputationType computation_type, in DoBlasGemmWithAlgorithm() 1909 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm() 1924 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in DoBlasGemmWithAlgorithm()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_graph_dumper.cc | 1275 optional<string> computation_type = in GetInstructionTrivialComputationStr() local
|