Home
last modified time | relevance | path

Searched refs:flt4_size (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dstorage_type_util.cc31 const int flt4_size = in CanCreateTensorWithShape() local
34 shape.b * shape.w * shape.h * shape.d * slices * flt4_size; in CanCreateTensorWithShape()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconvolution_transposed_thin.h75 const int flt4_size = f32_weights ? sizeof(float4) : sizeof(half4); in UploadData() local
81 desc.size = flt4_size * (flt4_count + 1); in UploadData()
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.cc361 const int flt4_size = 4 * flt_size; in GetMemorySizeInBytes() local
368 return flt4_size * shape_.b * shape_.w * shape_.h * shape_.d * Slices(); in GetMemorySizeInBytes()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.cc464 const int flt4_size = 4 * flt_size; in GetMemorySizeInBytes() local
471 return flt4_size * shape_.b * shape_.w * shape_.h * shape_.d * Slices(); in GetMemorySizeInBytes()