Home
last modified time | relevance | path

Searched refs:GetPrimaryStorageType (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dprelu.cc38 DeduceLinearStorageType(definition.GetPrimaryStorageType()); in CreatePReLU()
52 gpu_info, shape, definition.GetPrimaryStorageType(), in CreatePReLU()
Delementwise.cc209 SelectBestStorageType(gpu_info, shape, definition.GetPrimaryStorageType(), in CreateElementwiseTwoInput()
241 SelectBestStorageType(gpu_info, shape, definition.GetPrimaryStorageType(), in CreateElementwiseTwoInput()
Dfully_connected.cc168 DeduceLinearStorageType(definition.GetPrimaryStorageType()); in CreateFullyConnected()
Dconvolution_transposed.cc587 DeduceLinearStorageType(definition.GetPrimaryStorageType()); in CreateConvolutionTransposed()
604 DeduceLinearStorageType(definition.GetPrimaryStorageType()); in CreateConvolutionTransposed3D()
639 desc.storage_type = DeduceLinearStorageType(new_def.GetPrimaryStorageType()); in CreateConvolutionTransposedDynamicWeights()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_operation.h83 TensorStorageType GetPrimaryStorageType() const;
Dgpu_operation.cc57 TensorStorageType OperationDef::GetPrimaryStorageType() const { in GetPrimaryStorageType() function in tflite::gpu::OperationDef