Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dgpu_operation.cc206 "\n" + GetTypeDeclaration(gpu_info, link_value_type, 4) + " " + in FuseSimpleElemWithSimpleElem()
238 "\n" + GetTypeDeclaration(gpu_info, link_value_type, 4) + " " + in Fuse2InputElemWithSimpleElemAsFirstInput()
273 "\n" + GetTypeDeclaration(gpu_info, link_value_type, 4) + " " + in Fuse2InputElemWithSimpleElemAsSecondInput()
318 "\n" + GetTypeDeclaration(gpu_info, prev_type, 4) + " " + in AddOperation()
564 "\n" + GetTypeDeclaration(gpu_info, link_left_value_type, 4) + " " + in Fuse2InputElemWith2SimpleElem()
569 "\n" + GetTypeDeclaration(gpu_info, link_right_value_type, 4) + " " + in Fuse2InputElemWith2SimpleElem()
Dutil.h64 std::string GetTypeDeclaration(const GpuInfo& gpu_info, DataType data_type,
Dutil.cc218 std::string GetTypeDeclaration(const GpuInfo& gpu_info, DataType data_type, in GetTypeDeclaration() function
Dtensor_desc.cc389 *result = GetTypeDeclaration(gpu_info, data_type_, vec_size); in PerformConstExpr()
645 c += " " + GetTypeDeclaration(gpu_info, dst_type, 4) + in PerformReadPerChannelSelector()
655 c += " " + GetTypeDeclaration(gpu_info, dst_type, 4) + in PerformReadPerChannelSelector()
Darguments.cc557 "\n" + GetTypeDeclaration(gpu_info, tensor_desc->GetDataType(), 4) + in ResolveSelector()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dreduce.cc218 GetTypeDeclaration(gpu_info, accum_type, 4); in GetReduceKernelCode()