Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/metal/
Dmetal_spatial_tensor.h94 int GetAlignedChannels() const;
Dmetal_spatial_tensor.cc376 int MetalSpatialTensor::GetAlignedChannels() const { in GetAlignedChannels() function in tflite::gpu::metal::MetalSpatialTensor
385 const int aligned_channels = GetAlignedChannels(); in WriteDataBHWDC()
451 const int aligned_channels = GetAlignedChannels(); in ReadDataBHWDC()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dtensor.h103 int GetAlignedChannels() const;
Dtensor.cc456 int Tensor::GetAlignedChannels() const { in GetAlignedChannels() function in tflite::gpu::cl::Tensor
489 const int aligned_channels = GetAlignedChannels(); in WriteDataBHWDC()
551 const int aligned_channels = GetAlignedChannels(); in ReadDataBHWDC()