Home
last modified time | relevance | path

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

/external/federated-compute/fcp/client/
Dselector_context.proto34 oneof computation_type { oneof
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream.h869 int ldc, blas::ComputationType computation_type, in ThenBlasGemmWithAlgorithm()
885 blas::ComputationType computation_type, blas::AlgorithmType algorithm, in ThenBlasGemmWithAlgorithm()
923 int64_t stride_c, int batch_count, blas::ComputationType computation_type, in ThenBlasGemmStridedBatchedWithAlgorithm()
1490 blas::ComputationType computation_type) { in CheckTypesForExtendedBlas()
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
Dcuda_blas_lt.cc132 blas::DataType c_type, blas::ComputationType computation_type) { in GetScaleType()
Dcuda_blas.cc1020 blas::DataType type_c, int ldc, blas::ComputationType computation_type, in DoBlasInternalImpl()
1050 int batch_count, blas::ComputationType computation_type, in DoBlasInternalImpl()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_blas.cc634 blas::DataType type_c, int ldc, blas::ComputationType computation_type, in DoBlasGemmWithAlgorithm()
646 int batch_count, blas::ComputationType computation_type, in DoBlasGemmStridedBatchedWithAlgorithm()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_graph_dumper.cc1437 optional<std::string> computation_type = in GetInstructionTrivialComputationStr() local