Searched refs:GetTypeDeclaration (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | gpu_operation.cc | 206 "\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()
|
D | util.h | 64 std::string GetTypeDeclaration(const GpuInfo& gpu_info, DataType data_type,
|
D | util.cc | 218 std::string GetTypeDeclaration(const GpuInfo& gpu_info, DataType data_type, in GetTypeDeclaration() function
|
D | tensor_desc.cc | 389 *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()
|
D | arguments.cc | 557 "\n" + GetTypeDeclaration(gpu_info, tensor_desc->GetDataType(), 4) + in ResolveSelector()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | reduce.cc | 218 GetTypeDeclaration(gpu_info, accum_type, 4); in GetReduceKernelCode()
|