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

  /external/skia/bench/
SkRasterPipelineBench.cpp 26 template <bool kF16>
31 switch ((int)kF16) {
48 if (kF16) {
55 if (kF16) {
  /external/skqp/bench/
SkRasterPipelineBench.cpp 26 template <bool kF16>
31 switch ((int)kF16) {
48 if (kF16) {
55 if (kF16) {
  /external/tensorflow/tensorflow/stream_executor/
blas.cc 76 case ComputationType::kF16:
blas.h 96 kF16, // 16-bit floating-point
    [all...]
  /external/skia/src/core/
SkPictureImageGenerator.cpp 26 if (SkImage::BitDepth::kF16 == bitDepth && (!colorSpace || !colorSpace->gammaIsLinear())) {
35 if (SkImage::BitDepth::kF16 == bitDepth) {
  /external/skqp/src/core/
SkPictureImageGenerator.cpp 26 if (SkImage::BitDepth::kF16 == bitDepth && (!colorSpace || !colorSpace->gammaIsLinear())) {
35 if (SkImage::BitDepth::kF16 == bitDepth) {
  /external/skia/include/core/
SkImage.h 421 kF16, //!< Use 16 bits per ARGB component using half-precision floating point format.
    [all...]
  /external/skqp/include/core/
SkImage.h 291 kF16,
  /external/tensorflow/tensorflow/core/kernels/
matmul_op.cc 233 *compute_type = ComputationType::kF16;
  /external/tensorflow/tensorflow/stream_executor/cuda/
cuda_blas.cc 591 case blas::ComputationType::kF16:
    [all...]

Completed in 591 milliseconds